newadays commited on
Commit
8e14d7c
·
verified ·
1 Parent(s): 3a3f96d

Upload feature extractor

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