File size: 866 Bytes
894cde2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
{
"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
}
|