CoolFace
Modelpublic

yanziang/InternVideo3-8B-Instruct

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
10likes1.5kdownloads
preprocessor_config.json43 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": null,26  "merge_size": 2,27  "min_pixels": null,28  "pad_size": null,29  "patch_size": 16,30  "processor_class": "InternVideo3Processor",31  "auto_map": {32    "AutoProcessor": "processing_internvideo3.InternVideo3Processor"33  },34  "resample": 3,35  "rescale_factor": 0.00392156862745098,36  "return_tensors": null,37  "size": {38    "longest_edge": 16777216,39    "shortest_edge": 6553640  },41  "temporal_patch_size": 242}43