Kimi-Audio-7B-Instruct / preprocessor_config.json
Seungyoun's picture
Update preprocessor_config.json
819a415 verified
raw
history blame contribute delete
385 Bytes
{
"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"
}