offiongbassey commited on
Commit
bf9143d
·
verified ·
1 Parent(s): 9400aea

preprocessor modified

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +11 -1
preprocessor_config.json CHANGED
@@ -1 +1,11 @@
1
- {"feature_extractor_type": "Wav2Vec2FeatureExtractor", "sampling_rate": 16000, "feature_size": 1, "padding_value": 0.0, "do_normalize": true, "return_attention_mask": true}
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_extractor_type": "VitsFeatureExtractor",
3
+ "feature_size": 80,
4
+ "hop_length": 256,
5
+ "max_wav_value": 32768.0,
6
+ "n_fft": 1024,
7
+ "padding_side": "right",
8
+ "padding_value": 0.0,
9
+ "return_attention_mask": false,
10
+ "sampling_rate": 16000
11
+ }