Update config.json
Browse files- config.json +4 -6
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
@@ -8,17 +8,15 @@
|
|
8 |
"hidden_dropout_prob": 0.0,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "shiba inu"
|
14 |
},
|
15 |
"image_size": 224,
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
"corgi": "0",
|
20 |
-
"samoyed": "1"
|
21 |
-
"shiba inu": "2"
|
22 |
},
|
23 |
"layer_norm_eps": 1e-12,
|
24 |
"model_type": "vit",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "zac/Bad_hands",
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
|
|
8 |
"hidden_dropout_prob": 0.0,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
+
"0": "hands",
|
12 |
+
"1": "bad hands"
|
|
|
13 |
},
|
14 |
"image_size": 224,
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 3072,
|
17 |
"label2id": {
|
18 |
"corgi": "0",
|
19 |
+
"samoyed": "1"
|
|
|
20 |
},
|
21 |
"layer_norm_eps": 1e-12,
|
22 |
"model_type": "vit",
|