Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -4,14 +4,14 @@
|
|
4 |
],
|
5 |
"num_labels": 3,
|
6 |
"id2label": {
|
7 |
-
"0": "
|
8 |
-
"1": "
|
9 |
-
"2": "
|
10 |
},
|
11 |
"label2id": {
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
},
|
16 |
"torch_dtype": "float32"
|
17 |
}
|
|
|
4 |
],
|
5 |
"num_labels": 3,
|
6 |
"id2label": {
|
7 |
+
"0": "bumblebee",
|
8 |
+
"1": "honeybee",
|
9 |
+
"2": "vespidae"
|
10 |
},
|
11 |
"label2id": {
|
12 |
+
"bumblebee": 0,
|
13 |
+
"honeybee": 1,
|
14 |
+
"vespidae": 2
|
15 |
},
|
16 |
"torch_dtype": "float32"
|
17 |
}
|