tiny-random-MllamaModel / preprocessor_config.json
hf-transformers-bot's picture
Update tiny models for MllamaModel
7db0b2c verified
Raw
History Blame Contribute Delete
450 Bytes
{
"crop_size": {
"height": 30,
"width": 30
},
"do_convert_rgb": true,
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "MllamaImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_image_tiles": 4,
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 30,
"width": 30
}
}