Upload label_map.json with huggingface_hub
Browse files- label_map.json +20 -0
label_map.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"label2id": {
|
| 3 |
+
"crisis": 0,
|
| 4 |
+
"economic_solutions": 1,
|
| 5 |
+
"health_ecological": 2,
|
| 6 |
+
"justice_responsibility": 3,
|
| 7 |
+
"political": 4,
|
| 8 |
+
"scientific": 5,
|
| 9 |
+
"security": 6
|
| 10 |
+
},
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "crisis",
|
| 13 |
+
"1": "economic_solutions",
|
| 14 |
+
"2": "health_ecological",
|
| 15 |
+
"3": "justice_responsibility",
|
| 16 |
+
"4": "political",
|
| 17 |
+
"5": "scientific",
|
| 18 |
+
"6": "security"
|
| 19 |
+
}
|
| 20 |
+
}
|