TingfengLuo commited on
Commit
705185d
1 Parent(s): 6a69041

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +19 -0
preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "preprocessing": {
3
+ "image_preprocess": {
4
+ "resize": {
5
+ "size": 378,
6
+ "mode": "squash"
7
+ },
8
+ "normalize": {
9
+ "mean": [0.48145466, 0.4578275, 0.40821073],
10
+ "std": [0.26862954, 0.26130258, 0.27577711]
11
+ },
12
+ "interpolation": "bicubic"
13
+ },
14
+ "text_preprocess": {
15
+ "context_length": 77,
16
+ "vocab_size": 49408
17
+ }
18
+ }
19
+ }