CoolFace
Modelpublic

trl-internal-testing/tiny-Qwen2VLForConditionalGeneration

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes192kdownloads
preprocessor_config.json38 linesDownload Raw Back to root
1{2  "crop_size": null,3  "data_format": "channels_first",4  "default_to_square": true,5  "device": null,6  "disable_grouping": null,7  "do_center_crop": null,8  "do_convert_rgb": true,9  "do_normalize": true,10  "do_rescale": true,11  "do_resize": true,12  "image_mean": [13    0.48145466,14    0.4578275,15    0.4082107316  ],17  "image_processor_type": "Qwen2VLImageProcessorFast",18  "image_std": [19    0.26862954,20    0.26130258,21    0.2757771122  ],23  "input_data_format": null,24  "max_pixels": 12845056,25  "merge_size": 2,26  "min_pixels": 3136,27  "patch_size": 14,28  "processor_class": "Qwen2VLProcessor",29  "resample": 3,30  "rescale_factor": 0.00392156862745098,31  "return_tensors": null,32  "size": {33    "longest_edge": 12845056,34    "shortest_edge": 313635  },36  "temporal_patch_size": 237}38