Update preprocessor_config.json
Browse files- preprocessor_config.json +1 -1
 
    	
        preprocessor_config.json
    CHANGED
    
    | 
         @@ -5,5 +5,5 @@ 
     | 
|
| 5 | 
         
             
              "num_mel_bins": 128,
         
     | 
| 6 | 
         
             
              "max_length": 192,
         
     | 
| 7 | 
         
             
              "padding_value": 0.0,
         
     | 
| 8 | 
         
            -
              "return_attention_mask": false 
     | 
| 9 | 
         
             
            }
         
     | 
| 
         | 
|
| 5 | 
         
             
              "num_mel_bins": 128,
         
     | 
| 6 | 
         
             
              "max_length": 192,
         
     | 
| 7 | 
         
             
              "padding_value": 0.0,
         
     | 
| 8 | 
         
            +
              "return_attention_mask": false
         
     | 
| 9 | 
         
             
            }
         
     |