Ba2han commited on
Commit
b80cad2
·
verified ·
1 Parent(s): 5ace49c

Update processor_config.json

Browse files
Files changed (1) hide show
  1. processor_config.json +6 -6
processor_config.json CHANGED
@@ -13,27 +13,27 @@
13
  0.5,
14
  0.5
15
  ],
16
- "image_processor_type": "Lfm2VlImageProcessor",
17
  "image_std": [
18
  0.5,
19
  0.5,
20
  0.5
21
  ],
22
- "max_image_tokens": 768,
23
  "max_num_patches": 1024,
24
  "max_pixels_tolerance": 2.0,
25
- "max_tiles": 10,
26
  "min_image_tokens": 64,
27
  "min_tiles": 2,
28
  "resample": 2,
29
  "rescale_factor": 0.00392156862745098,
30
  "return_row_col_info": true,
31
  "size": {
32
- "height": 1024,
33
- "width": 1024
34
  },
35
  "tile_size": 512,
36
  "use_thumbnail": true
37
  },
38
  "processor_class": "Lfm2VlProcessor"
39
- }
 
13
  0.5,
14
  0.5
15
  ],
16
+ "image_processor_type": "Lfm2VlImageProcessorFast",
17
  "image_std": [
18
  0.5,
19
  0.5,
20
  0.5
21
  ],
22
+ "max_image_tokens": 256,
23
  "max_num_patches": 1024,
24
  "max_pixels_tolerance": 2.0,
25
+ "max_tiles": 20,
26
  "min_image_tokens": 64,
27
  "min_tiles": 2,
28
  "resample": 2,
29
  "rescale_factor": 0.00392156862745098,
30
  "return_row_col_info": true,
31
  "size": {
32
+ "height": 512,
33
+ "width": 512
34
  },
35
  "tile_size": 512,
36
  "use_thumbnail": true
37
  },
38
  "processor_class": "Lfm2VlProcessor"
39
+ }