Upload preprocessor_config.json
Browse files- preprocessor_config.json +15 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"feature_extractor_type": "FastConformerFeatureExtractor",
|
3 |
+
"feature_size": 128,
|
4 |
+
"sampling_rate": 16000,
|
5 |
+
"hop_length": 160,
|
6 |
+
"win_length": 400,
|
7 |
+
"n_fft": 512,
|
8 |
+
"n_mels": 128,
|
9 |
+
"f_min": 0,
|
10 |
+
"f_max": 8000,
|
11 |
+
"normalize": "per_feature",
|
12 |
+
"mel_scale": "htk",
|
13 |
+
"return_attention_mask": true,
|
14 |
+
"padding_value": 0.0
|
15 |
+
}
|