| { | |
| "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" | |
| } | |