Upload ViTForImageClassification
Browse files- config.json +6 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -11,7 +11,9 @@
|
|
11 |
"id2label": {
|
12 |
"0": "AUTRE",
|
13 |
"1": "BAIL",
|
14 |
-
"2": "
|
|
|
|
|
15 |
},
|
16 |
"image_size": 224,
|
17 |
"initializer_range": 0.02,
|
@@ -19,7 +21,9 @@
|
|
19 |
"label2id": {
|
20 |
"AUTRE": 0,
|
21 |
"BAIL": 1,
|
22 |
-
"
|
|
|
|
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"model_type": "vit",
|
|
|
11 |
"id2label": {
|
12 |
"0": "AUTRE",
|
13 |
"1": "BAIL",
|
14 |
+
"2": "GAPD",
|
15 |
+
"3": "PVENTREESORTIE",
|
16 |
+
"4": "PVOUVERTURE"
|
17 |
},
|
18 |
"image_size": 224,
|
19 |
"initializer_range": 0.02,
|
|
|
21 |
"label2id": {
|
22 |
"AUTRE": 0,
|
23 |
"BAIL": 1,
|
24 |
+
"GAPD": 2,
|
25 |
+
"PVENTREESORTIE": 3,
|
26 |
+
"PVOUVERTURE": 4
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"model_type": "vit",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a8f933afc7be9ee46bbfca2e065d0cec905940fbfd50763165d03eb6fbabb42
|
3 |
+
size 343277933
|