File size: 1,022 Bytes
3ea6eee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
    "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|>"
}