yanka9 commited on
Commit
4225fec
1 Parent(s): 8c192ca

Upload 7 files

Browse files
Files changed (4) hide show
  1. config.json +0 -0
  2. preprocessor_config.json +17 -21
  3. pytorch_model.bin +3 -0
  4. vocab.txt +0 -0
config.json CHANGED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json CHANGED
@@ -1,22 +1,18 @@
1
  {
2
- "do_normalize": true,
3
- "do_resize": true,
4
- "feature_extractor_type": "ViltFeatureExtractor",
5
- "image_mean": [
6
- 0.5,
7
- 0.5,
8
- 0.5
9
- ],
10
- "image_std": [
11
- 0.5,
12
- 0.5,
13
- 0.5
14
- ],
15
- "resample": 3,
16
- "size": 384,
17
- "size_divisor": 32,
18
- "max_length": 128,
19
- "padding": "max_length",
20
- "truncation": true,
21
- "return_tensors": "pt"
22
- }
 
1
  {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViltFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 3,
16
+ "size": 384,
17
+ "size_divisor": 32
18
+ }
 
 
 
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d5f3409947b0369487ece7c5868f0040ceb67d25735dbb4ac5e99e03bab3a19
3
+ size 470435927
vocab.txt ADDED
The diff for this file is too large to render. See raw diff