CoolFace
Modelpublic

two-tiger/MiMo-VRPRM-7B

sourceHugging Faceupdated 4mo agoView on Hugging Face
1likes14downloads
preprocessor_config.json37 linesDownload Raw Back to root
1{2  "crop_size": null,3  "data_format": "channels_first",4  "default_to_square": true,5  "device": null,6  "do_center_crop": null,7  "do_convert_rgb": true,8  "do_normalize": true,9  "do_rescale": true,10  "do_resize": true,11  "image_mean": [12    0.48145466,13    0.4578275,14    0.4082107315  ],16  "image_processor_type": "Qwen2VLImageProcessorFast",17  "image_std": [18    0.26862954,19    0.26130258,20    0.2757771121  ],22  "input_data_format": null,23  "max_pixels": 12845056,24  "merge_size": 2,25  "min_pixels": 3136,26  "patch_size": 14,27  "processor_class": "Qwen2_5_VLProcessor",28  "resample": 3,29  "rescale_factor": 0.00392156862745098,30  "return_tensors": null,31  "size": {32    "longest_edge": 12845056,33    "shortest_edge": 313634  },35  "temporal_patch_size": 236}37