Upload processor
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"chunk_length": 30,
|
3 |
"dither": 0.0,
|
4 |
"feature_extractor_type": "WhisperFeatureExtractor",
|
5 |
-
"feature_size":
|
6 |
"hop_length": 160,
|
7 |
"n_fft": 400,
|
8 |
"n_samples": 480000,
|
|
|
2 |
"chunk_length": 30,
|
3 |
"dither": 0.0,
|
4 |
"feature_extractor_type": "WhisperFeatureExtractor",
|
5 |
+
"feature_size": 128,
|
6 |
"hop_length": 160,
|
7 |
"n_fft": 400,
|
8 |
"n_samples": 480000,
|