Nguyen Tien
commited on
Commit
•
13eab11
1
Parent(s):
56d9096
Upload VanForImageClassification
Browse files- config.json +4 -2
- model.safetensors +2 -2
config.json
CHANGED
@@ -22,7 +22,8 @@
|
|
22 |
"0": "absent",
|
23 |
"1": "bend_down",
|
24 |
"2": "horizontal_rotation",
|
25 |
-
"3": "normal"
|
|
|
26 |
},
|
27 |
"image_size": 224,
|
28 |
"initializer_range": 0.02,
|
@@ -30,7 +31,8 @@
|
|
30 |
"absent": 0,
|
31 |
"bend_down": 1,
|
32 |
"horizontal_rotation": 2,
|
33 |
-
"normal": 3
|
|
|
34 |
},
|
35 |
"layer_norm_eps": 1e-06,
|
36 |
"layer_scale_init_value": 0.01,
|
|
|
22 |
"0": "absent",
|
23 |
"1": "bend_down",
|
24 |
"2": "horizontal_rotation",
|
25 |
+
"3": "normal",
|
26 |
+
"4": "other"
|
27 |
},
|
28 |
"image_size": 224,
|
29 |
"initializer_range": 0.02,
|
|
|
31 |
"absent": 0,
|
32 |
"bend_down": 1,
|
33 |
"horizontal_rotation": 2,
|
34 |
+
"normal": 3,
|
35 |
+
"other": 4
|
36 |
},
|
37 |
"layer_norm_eps": 1e-06,
|
38 |
"layer_scale_init_value": 0.01,
|
model.safetensors
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:2222d2396d4afd1f66278036a246d70699f1d825f91ba51bc6f40ec5b9cf2269
|
3 |
+
size 15483780
|