Create config.json
Browse files- config.json +11 -0
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
{
|
3 |
+
"id2label": {
|
4 |
+
"0": "tench, Tinca tinca",
|
5 |
+
"1": "goldfish, Carassius auratus",
|
6 |
+
"2": "great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias",
|
7 |
+
"3": "tiger shark, Galeocerdo cuvieri",
|
8 |
+
"4": "hammerhead, hammerhead shark",
|
9 |
+
}
|
10 |
+
}
|
11 |
+
|