CoolFace
Modelpublic

trl-internal-testing/tiny-InternVLForConditionalGeneration

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes51kdownloads
preprocessor_config.json38 linesDownload Raw Back to root
1{2  "crop_size": null,3  "crop_to_patches": false,4  "data_format": "channels_first",5  "default_to_square": true,6  "device": null,7  "disable_grouping": null,8  "do_center_crop": null,9  "do_convert_rgb": true,10  "do_normalize": true,11  "do_pad": null,12  "do_rescale": true,13  "do_resize": true,14  "image_mean": [15    0.485,16    0.456,17    0.40618  ],19  "image_processor_type": "GotOcr2ImageProcessorFast",20  "image_std": [21    0.229,22    0.224,23    0.22524  ],25  "input_data_format": null,26  "max_patches": 12,27  "min_patches": 1,28  "pad_size": null,29  "processor_class": "InternVLProcessor",30  "resample": 3,31  "rescale_factor": 0.00392156862745098,32  "return_tensors": null,33  "size": {34    "height": 448,35    "width": 44836  }37}38