weathon commited on
Commit
1fc050c
·
1 Parent(s): 703a785

Upload processor

Browse files
Files changed (2) hide show
  1. preprocessor_config.json +28 -0
  2. tokenizer_config.json +30 -0
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "processor_class": "GitProcessor",
23
+ "resample": 3,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "shortest_edge": 224
27
+ }
28
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "char_ords": [
3
+ 45,
4
+ 93,
5
+ 41,
6
+ 52,
7
+ 70,
8
+ 49,
9
+ 40,
10
+ 66,
11
+ 72,
12
+ 67,
13
+ 54,
14
+ 46,
15
+ 43,
16
+ 61,
17
+ 114,
18
+ 79,
19
+ 53,
20
+ 78,
21
+ 35,
22
+ 51,
23
+ 108,
24
+ 80,
25
+ 91,
26
+ 83,
27
+ 50
28
+ ],
29
+ "model_max_length": 1024
30
+ }