CserDu123 commited on
Commit
6a5374a
·
verified ·
1 Parent(s): a7db2c1

Upload rebuttal-009-internvl_3_5_4b_dapo-ckpt_458/preprocessor_config.json with huggingface_hub

Browse files
rebuttal-009-internvl_3_5_4b_dapo-ckpt_458/preprocessor_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "crop_to_patches": false,
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_pad": null,
12
+ "do_rescale": true,
13
+ "do_resize": true,
14
+ "image_mean": [
15
+ 0.485,
16
+ 0.456,
17
+ 0.406
18
+ ],
19
+ "image_processor_type": "GotOcr2ImageProcessorFast",
20
+ "image_std": [
21
+ 0.229,
22
+ 0.224,
23
+ 0.225
24
+ ],
25
+ "input_data_format": null,
26
+ "max_patches": 12,
27
+ "min_patches": 1,
28
+ "pad_size": null,
29
+ "processor_class": "InternVLProcessor",
30
+ "resample": 3,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "return_tensors": null,
33
+ "size": {
34
+ "height": 448,
35
+ "width": 448
36
+ }
37
+ }