CoolFace
Modelpublic

hf-tiny-v2/tiny-random-Idefics2ForConditionalGeneration

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes45downloads
preprocessor_config.json30 linesDownload Raw Back to root
1{2  "crop_size": {3    "longest_edge": 12,4    "shortest_edge": 125  },6  "do_convert_rgb": true,7  "do_image_splitting": false,8  "do_normalize": true,9  "do_pad": true,10  "do_rescale": true,11  "do_resize": true,12  "image_mean": [13    0.5,14    0.5,15    0.516  ],17  "image_processor_type": "Idefics2ImageProcessor",18  "image_std": [19    0.5,20    0.5,21    0.522  ],23  "resample": 2,24  "rescale_factor": 0.00392156862745098,25  "size": {26    "longest_edge": 12,27    "shortest_edge": 1228  }29}30