vumichien commited on
Commit
38d7cde
1 Parent(s): b896766

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
+ "do_normalize": true,
3
+ "f_max": 7500.0,
4
+ "f_min": 125.0,
5
+ "feature_extractor_type": "Trillsson_efficientFeatureExtractor",
6
+ "feature_size": 1,
7
+ "fft_length": null,
8
+ "hop_length_secs": 0.01,
9
+ "log_additive_offset": 0.001,
10
+ "log_floor": 1e-12,
11
+ "num_mel_bins": 80,
12
+ "padding_side": "right",
13
+ "padding_value": 0.0,
14
+ "return_attention_mask": true,
15
+ "sampling_rate": 16000,
16
+ "window_length_secs": 0.025
17
+ }