Upload 7 files
Browse files- config.json +0 -0
- preprocessor_config.json +17 -21
- pytorch_model.bin +3 -0
- 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 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
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
|
|