Create config.json
Browse files- config.json +14 -0
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id2label": {
|
3 |
+
"0": "butterfly",
|
4 |
+
"1": "candle",
|
5 |
+
"2": "cannon",
|
6 |
+
"3": "elephant",
|
7 |
+
"4": "hourglass",
|
8 |
+
"5": "pizza",
|
9 |
+
"6": "scorpion",
|
10 |
+
"7": "snail",
|
11 |
+
"8": "table",
|
12 |
+
"9": "teapot"
|
13 |
+
}
|
14 |
+
}
|