command-a-vision-07-2025-4bit / preprocessor_config.json
prince-canuma's picture
Upload folder using huggingface_hub
8864bb5 verified
{
"crop_size": null,
"crop_to_patches": true,
"data_format": "channels_first",
"default_to_square": true,
"device": null,
"disable_grouping": null,
"do_center_crop": null,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"downsample_factor": 2,
"end_of_img_token": "<|END_OF_IMG|>",
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "Cohere2VisionImageProcessorFast",
"image_std": [
0.5,
0.5,
0.5
],
"img_line_break_token": "<|IMG_LINE_BREAK|>",
"img_patch_token": "<|IMG_PATCH|>",
"img_size": 512,
"input_data_format": null,
"max_patches": 12,
"min_patches": 1,
"patch_size": 16,
"processor_class": "Cohere2VisionProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_tensors": null,
"size": {
"height": 512,
"width": 512
},
"start_of_img_token": "<|START_OF_IMG|>"
}