Upload feature extractor
Browse files- preprocessor_config.json +5 -4
preprocessor_config.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
{
|
| 2 |
"feature_extractor_type": "Xcodec2FeatureExtractor",
|
| 3 |
"feature_size": 80,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"hop_length": 320,
|
| 5 |
-
"n_fft": 512,
|
| 6 |
"num_mel_bins": 80,
|
| 7 |
"padding_side": "right",
|
| 8 |
"padding_value": 1,
|
| 9 |
"return_attention_mask": true,
|
| 10 |
"sampling_rate": 16000,
|
| 11 |
-
"
|
| 12 |
-
"stride": 2,
|
| 13 |
-
"window_length": 400
|
| 14 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"feature_extractor_type": "Xcodec2FeatureExtractor",
|
| 3 |
"feature_size": 80,
|
| 4 |
+
"frame_length": 400,
|
| 5 |
+
"frame_length_ms": 25.0,
|
| 6 |
+
"frame_shift": 160,
|
| 7 |
+
"frame_shift_ms": 10.0,
|
| 8 |
"hop_length": 320,
|
|
|
|
| 9 |
"num_mel_bins": 80,
|
| 10 |
"padding_side": "right",
|
| 11 |
"padding_value": 1,
|
| 12 |
"return_attention_mask": true,
|
| 13 |
"sampling_rate": 16000,
|
| 14 |
+
"stride": 2
|
|
|
|
|
|
|
| 15 |
}
|