CoolFace
Modelpublic

OneThink/OneThinker-8B

sourceHugging Faceupdated 10mo agoView on Hugging Face
9likes327downloads
preprocessor_config.json40 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_pad": null,11  "do_rescale": true,12  "do_resize": true,13  "image_mean": [14    0.5,15    0.5,16    0.517  ],18  "image_processor_type": "Qwen2VLImageProcessorFast",19  "image_std": [20    0.5,21    0.5,22    0.523  ],24  "input_data_format": null,25  "max_pixels": 1003520,26  "merge_size": 2,27  "min_pixels": 3136,28  "pad_size": null,29  "patch_size": 16,30  "processor_class": "Qwen3VLProcessor",31  "resample": 3,32  "rescale_factor": 0.00392156862745098,33  "return_tensors": null,34  "size": {35    "longest_edge": 1003520,36    "shortest_edge": 313637  },38  "temporal_patch_size": 239}40