File size: 385 Bytes
2413ef5 819a415 2413ef5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"feature_extractor_type": "WhisperFeatureExtractor",
"sampling_rate": 16000,
"return_attention_mask": true,
"padding": "max_length",
"chunk_length": 300,
"n_samples": 4800000,
"nb_max_frames": 30000,
"n_fft": 400,
"hop_length": 160,
"dither": 0.0,
"padding_side": "left",
"tokenizer_class": "Qwen2TokenizerFast",
"processor_class": "KimiAudioProcessor"
}
|