Upload model
Browse files- config.json +19 -41
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./resnet-50-cifar100-beans",
|
3 |
"architectures": [
|
4 |
"ResNetModel"
|
5 |
],
|
@@ -20,48 +20,26 @@
|
|
20 |
2048
|
21 |
],
|
22 |
"id2label": {
|
23 |
-
"0": "
|
24 |
-
"1": "
|
25 |
-
"2": "
|
26 |
-
"3": "
|
27 |
-
"4": "
|
28 |
-
"5": "
|
29 |
-
"6": "
|
30 |
-
"7": "
|
31 |
-
"8": "
|
32 |
-
"9": "large_man-made_outdoor_things",
|
33 |
-
"10": "large_natural_outdoor_scenes",
|
34 |
-
"11": "large_omnivores_and_herbivores",
|
35 |
-
"12": "medium_mammals",
|
36 |
-
"13": "non-insect_invertebrates",
|
37 |
-
"14": "people",
|
38 |
-
"15": "reptiles",
|
39 |
-
"16": "small_mammals",
|
40 |
-
"17": "trees",
|
41 |
-
"18": "vehicles_1",
|
42 |
-
"19": "vehicles_2"
|
43 |
},
|
44 |
"label2id": {
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"large_man-made_outdoor_things": "9",
|
55 |
-
"large_natural_outdoor_scenes": "10",
|
56 |
-
"large_omnivores_and_herbivores": "11",
|
57 |
-
"medium_mammals": "12",
|
58 |
-
"non-insect_invertebrates": "13",
|
59 |
-
"people": "14",
|
60 |
-
"reptiles": "15",
|
61 |
-
"small_mammals": "16",
|
62 |
-
"trees": "17",
|
63 |
-
"vehicles_1": "18",
|
64 |
-
"vehicles_2": "19"
|
65 |
},
|
66 |
"layer_type": "bottleneck",
|
67 |
"model_type": "resnet",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./resnet-50-cifar100-custom-beans",
|
3 |
"architectures": [
|
4 |
"ResNetModel"
|
5 |
],
|
|
|
20 |
2048
|
21 |
],
|
22 |
"id2label": {
|
23 |
+
"0": "aquatic_animals",
|
24 |
+
"1": "household_furniture",
|
25 |
+
"2": "small_objects",
|
26 |
+
"3": "insects",
|
27 |
+
"4": "land_animals",
|
28 |
+
"5": "people",
|
29 |
+
"6": "outdoors",
|
30 |
+
"7": "vehicles",
|
31 |
+
"8": "food"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
},
|
33 |
"label2id": {
|
34 |
+
"aquatic_animals": "0",
|
35 |
+
"food": "8",
|
36 |
+
"household_furniture": "1",
|
37 |
+
"insects": "3",
|
38 |
+
"land_animals": "4",
|
39 |
+
"outdoors": "6",
|
40 |
+
"people": "5",
|
41 |
+
"small_objects": "2",
|
42 |
+
"vehicles": "7"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
},
|
44 |
"layer_type": "bottleneck",
|
45 |
"model_type": "resnet",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94284184
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e705a2ce63661149dfc95a3911178221da859e7a33b7629279b9a06d923df523
|
3 |
size 94284184
|