sebasgar commited on
Commit
2dbf664
·
verified ·
1 Parent(s): 7c332a7

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +9 -0
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_extractor_type": "HearFeatureExtractor",
3
+ "feature_size": 1,
4
+ "sampling_rate": 16000,
5
+ "num_mel_bins": 128,
6
+ "max_length": 192,
7
+ "padding_value": 0.0,
8
+ "return_attention_mask": false,
9
+ }