cyyang822 commited on
Commit
3fdacab
·
1 Parent(s): b680eec

update configs

Browse files
Files changed (2) hide show
  1. generation_config.json +5 -1
  2. preprocessor_config.json +19 -0
generation_config.json CHANGED
@@ -1,4 +1,8 @@
1
  {
2
  "_from_model_config": true,
3
- "transformers_version": "4.43.3"
 
 
 
 
4
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "transformers_version": "4.43.3",
4
+ "eos_token_id": [
5
+ 92542,
6
+ 92543
7
+ ]
8
  }
preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": 448,
3
+ "do_center_crop": true,
4
+ "do_normalize": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "CLIPFeatureExtractor",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "size": 448
19
+ }