tiny-random-Ovis2ForConditionalGeneration / preprocessor_config.json
hf-transformers-bot's picture
Update tiny models for Ovis2ForConditionalGeneration
d61830e verified
Raw
History Blame Contribute Delete
551 Bytes
{
"crop_size": {
"height": 32,
"width": 32
},
"crop_to_patches": false,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_processor_type": "Ovis2ImageProcessor",
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"max_patches": 12,
"min_patches": 1,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 32,
"width": 32
},
"use_covering_area_grid": true
}