Upload 3 files
Browse files- config.json +8 -7
- model.safetensors +1 -1
- preprocessor_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
"MobileNetV2ForImageClassification"
|
5 |
],
|
@@ -21,12 +22,12 @@
|
|
21 |
"image_size": 224,
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|
24 |
-
"1":
|
25 |
-
"2":
|
26 |
-
"3":
|
27 |
-
"4":
|
28 |
-
"5":
|
29 |
-
"6":
|
30 |
},
|
31 |
"layer_norm_eps": 0.001,
|
32 |
"min_depth": 8,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "0-ma/mobilenet-v2-geometric-shapes",
|
3 |
+
"_num_labels": 6,
|
4 |
"architectures": [
|
5 |
"MobileNetV2ForImageClassification"
|
6 |
],
|
|
|
22 |
"image_size": 224,
|
23 |
"initializer_range": 0.02,
|
24 |
"label2id": {
|
25 |
+
"1": 0,
|
26 |
+
"2": 1,
|
27 |
+
"3": 2,
|
28 |
+
"4": 3,
|
29 |
+
"5": 4,
|
30 |
+
"6": 5
|
31 |
},
|
32 |
"layer_norm_eps": 0.001,
|
33 |
"min_depth": 8,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9100712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d59ceae7a99ffab3030d187f3e02ac39119ad086f6786b05f0ec28500fe85761
|
3 |
size 9100712
|
preprocessor_config.json
CHANGED
@@ -23,4 +23,4 @@
|
|
23 |
"size": {
|
24 |
"shortest_edge": 256
|
25 |
}
|
26 |
-
}
|
|
|
23 |
"size": {
|
24 |
"shortest_edge": 256
|
25 |
}
|
26 |
+
}
|