Simon-Kotchou commited on
Commit
876947d
1 Parent(s): cd577df

Upload feature extractor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +13 -13
preprocessor_config.json CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "do_normalize": true,
3
- "feature_extractor_type": "ASTFeatureExtractor",
4
- "feature_size": 1,
5
- "max_length": 1024,
6
- "mean": -4.2677393,
7
- "num_mel_bins": 128,
8
- "padding_side": "right",
9
- "padding_value": 0.0,
10
- "return_attention_mask": false,
11
- "sampling_rate": 16000,
12
- "std": 4.5689974
13
- }
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "ASTFeatureExtractor",
4
+ "feature_size": 1,
5
+ "max_length": 1024,
6
+ "mean": -4.2677393,
7
+ "num_mel_bins": 128,
8
+ "padding_side": "right",
9
+ "padding_value": 0.0,
10
+ "return_attention_mask": false,
11
+ "sampling_rate": 16000,
12
+ "std": 4.5689974
13
+ }