Upload preprocessor_config.json
Browse files- preprocessor_config.json +12 -1
preprocessor_config.json
CHANGED
|
@@ -21,5 +21,16 @@
|
|
| 21 |
"size": [
|
| 22 |
384,
|
| 23 |
384
|
| 24 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
}
|
|
|
|
| 21 |
"size": [
|
| 22 |
384,
|
| 23 |
384
|
| 24 |
+
],
|
| 25 |
+
"chunk_length": 30,
|
| 26 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 27 |
+
"feature_size": 128,
|
| 28 |
+
"hop_length": 160,
|
| 29 |
+
"n_fft": 400,
|
| 30 |
+
"n_samples": 480000,
|
| 31 |
+
"nb_max_frames": 3000,
|
| 32 |
+
"padding_side": "right",
|
| 33 |
+
"padding_value": 0.0,
|
| 34 |
+
"return_attention_mask": false,
|
| 35 |
+
"sampling_rate": 16000
|
| 36 |
}
|