jimbozhang commited on
Commit
e6b6cce
·
verified ·
1 Parent(s): 083f870

Upload feature extractor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +17 -0
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "center": true,
3
+ "f_max": 8000,
4
+ "f_min": 0,
5
+ "feature_extractor_type": "DashengFeatureExtractor",
6
+ "feature_size": 64,
7
+ "hop_size": 160,
8
+ "model_input_names": [
9
+ "input_values"
10
+ ],
11
+ "n_fft": 512,
12
+ "padding_side": "right",
13
+ "padding_value": 0.0,
14
+ "return_attention_mask": false,
15
+ "sampling_rate": 16000,
16
+ "win_size": 512
17
+ }