File size: 728 Bytes
f106c1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "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|>"
}