10ths commited on
Commit
a5db0d0
1 Parent(s): 131c8e6

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +23 -0
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoImageProcessor": "Salesforce/xgen-mm-phi3-mini-instruct-r-v1--image_processing_blip_3.Blip3ImageProcessor"
4
+ },
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.48145466,
8
+ 0.4578275,
9
+ 0.40821073
10
+ ],
11
+ "image_processor_type": "Blip3ImageProcessor",
12
+ "image_std": [
13
+ 0.26862954,
14
+ 0.26130258,
15
+ 0.27577711
16
+ ],
17
+ "interpolation_mode": "bicubic",
18
+ "resize_mode": "squash",
19
+ "size": [
20
+ 378,
21
+ 378
22
+ ]
23
+ }