command-a-plus-05-2026-bf16 / preprocessor_config.json
alexrs's picture
Add files using upload-large-folder tool
e949b16 verified
{
"image_processor": {
"crop_to_patches": true,
"data_format": "channels_first",
"default_to_square": true,
"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": "Cohere2VisionImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"img_line_break_token": "<|IMG_LINE_BREAK|>",
"img_patch_token": "<|IMG_PATCH|>",
"img_size": 512,
"max_patches": 12,
"min_patches": 1,
"patch_size": 16,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 512,
"width": 512
},
"start_of_img_token": "<|START_OF_IMG|>"
},
"processor_class": "Cohere2VisionProcessor"
}