Terrencez commited on
Commit
623c723
·
verified ·
1 Parent(s): 2499b8c

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +17 -13
preprocessor_config.json CHANGED
@@ -1,8 +1,11 @@
1
  {
2
- "image_processor": {
3
  "crop_to_patches": true,
4
  "data_format": "channels_first",
5
  "default_to_square": true,
 
 
 
6
  "do_convert_rgb": true,
7
  "do_normalize": true,
8
  "do_rescale": true,
@@ -10,29 +13,30 @@
10
  "downsample_factor": 2,
11
  "end_of_img_token": "<|END_OF_IMG|>",
12
  "image_mean": [
13
- 0.5,
14
- 0.5,
15
- 0.5
16
  ],
17
- "image_processor_type": "Cohere2VisionImageProcessor",
18
  "image_std": [
19
- 0.5,
20
- 0.5,
21
- 0.5
22
  ],
23
  "img_line_break_token": "<|IMG_LINE_BREAK|>",
24
  "img_patch_token": "<|IMG_PATCH|>",
25
  "img_size": 512,
 
26
  "max_patches": 12,
27
  "min_patches": 1,
28
  "patch_size": 16,
 
29
  "resample": 3,
30
  "rescale_factor": 0.00392156862745098,
 
31
  "size": {
32
- "height": 512,
33
- "width": 512
34
  },
35
  "start_of_img_token": "<|START_OF_IMG|>"
36
- },
37
- "processor_class": "Cohere2VisionProcessor"
38
- }
 
1
  {
2
+ "crop_size": null,
3
  "crop_to_patches": true,
4
  "data_format": "channels_first",
5
  "default_to_square": true,
6
+ "device": null,
7
+ "disable_grouping": null,
8
+ "do_center_crop": null,
9
  "do_convert_rgb": true,
10
  "do_normalize": true,
11
  "do_rescale": true,
 
13
  "downsample_factor": 2,
14
  "end_of_img_token": "<|END_OF_IMG|>",
15
  "image_mean": [
16
+ 0.5,
17
+ 0.5,
18
+ 0.5
19
  ],
20
+ "image_processor_type": "Cohere2VisionImageProcessorFast",
21
  "image_std": [
22
+ 0.5,
23
+ 0.5,
24
+ 0.5
25
  ],
26
  "img_line_break_token": "<|IMG_LINE_BREAK|>",
27
  "img_patch_token": "<|IMG_PATCH|>",
28
  "img_size": 512,
29
+ "input_data_format": null,
30
  "max_patches": 12,
31
  "min_patches": 1,
32
  "patch_size": 16,
33
+ "processor_class": "Cohere2VisionProcessor",
34
  "resample": 3,
35
  "rescale_factor": 0.00392156862745098,
36
+ "return_tensors": null,
37
  "size": {
38
+ "height": 512,
39
+ "width": 512
40
  },
41
  "start_of_img_token": "<|START_OF_IMG|>"
42
+ }