jimbozhang commited on
Commit
3bf8ef6
1 Parent(s): d4f633f

Upload feature extractor

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