test_mllama_11B_v5 / preprocessor_config.json
alex-ht
code
894cde2
raw
history blame contribute delete
866 Bytes
{
"auto_map": {
"AutoFeatureExtractor": "audio_processing_mllama.MllamaAudioFeatureExtractor",
"AutoProcessor": "processing_mllama.MllamaProcessor"
},
"do_convert_rgb": true,
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"feature_extractor_type": "MllamaAudioFeatureExtractor",
"feature_size": 80,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_processor_type": "MllamaImageProcessor",
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"max_image_tiles": 4,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 0.0,
"processor_class": "MllamaProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"return_attention_mask": true,
"sampling_rate": 16000,
"size": {
"height": 560,
"width": 560
},
"stride": 2
}