Create preprocessor_config.json
Browse files- 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 |
+
}
|