Upload preprocessor_config.json
Browse files- preprocessor_config.json +15 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 3 |
+
"sampling_rate": 16000,
|
| 4 |
+
"return_attention_mask": true,
|
| 5 |
+
"padding": "max_length",
|
| 6 |
+
"chunk_length": 300,
|
| 7 |
+
"n_samples": 4800000,
|
| 8 |
+
"nb_max_frames": 30000,
|
| 9 |
+
"n_fft": 400,
|
| 10 |
+
"hop_length": 160,
|
| 11 |
+
"dither": 0.0,
|
| 12 |
+
"padding_side": "left",
|
| 13 |
+
"processor_class": "KimiAudioProcessor"
|
| 14 |
+
}
|
| 15 |
+
|