JoPmt commited on
Commit
41db613
·
verified ·
1 Parent(s): 0747c72

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +10 -0
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_extractor_type": "VocosFeatureExtractor",
3
+ "do_normalize": true,
4
+ "feature_size": 100,
5
+ "sampling_rate": 24000,
6
+ "hop_length": 256,
7
+ "n_fft": 1024,
8
+ "padding_value": 0.0,
9
+ "return_attention_mask": false
10
+ }