micro-Omni / preprocessor_config.json
prskid1000's picture
Upload micro-Omni multimodal model (Qwen3.5-aligned)
7ad7872 verified
{
"image_processor": {
"size": {
"height": 224,
"width": 224
},
"resample": "bilinear"
},
"audio_processor": {
"sample_rate": 16000,
"n_fft": 1024,
"hop_length": 160,
"n_mels": 128
}
}