michaelryoo commited on
Commit
3cead6a
·
verified ·
1 Parent(s): 750be00

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +45 -0
preprocessor_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoImageProcessor": "Salesforce/xgen-mm-phi3-mini-instruct-interleave-r-v1.5--image_processing_blip_3.Blip3ImageProcessor"
4
+ },
5
+ "do_resize": true,
6
+ "grids": [
7
+ [
8
+ 384,
9
+ 768
10
+ ],
11
+ [
12
+ 768,
13
+ 384
14
+ ],
15
+ [
16
+ 768,
17
+ 768
18
+ ],
19
+ [
20
+ 1152,
21
+ 384
22
+ ],
23
+ [
24
+ 384,
25
+ 1152
26
+ ]
27
+ ],
28
+ "image_mean": [
29
+ 0.5,
30
+ 0.5,
31
+ 0.5
32
+ ],
33
+ "image_processor_type": "Blip3ImageProcessor",
34
+ "image_std": [
35
+ 0.5,
36
+ 0.5,
37
+ 0.5
38
+ ],
39
+ "interpolation_mode": "bicubic",
40
+ "resize_mode": "squash",
41
+ "size": [
42
+ 384,
43
+ 384
44
+ ]
45
+ }