Upload label_map.json with huggingface_hub
Browse files- label_map.json +14 -0
label_map.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"label2id": {
|
| 3 |
+
"Climate Finance & Development": 0,
|
| 4 |
+
"Emissions & Carbon Pricing": 1,
|
| 5 |
+
"Energy Systems Transition": 2,
|
| 6 |
+
"Food Security & Public Health": 3
|
| 7 |
+
},
|
| 8 |
+
"id2label": {
|
| 9 |
+
"0": "Climate Finance & Development",
|
| 10 |
+
"1": "Emissions & Carbon Pricing",
|
| 11 |
+
"2": "Energy Systems Transition",
|
| 12 |
+
"3": "Food Security & Public Health"
|
| 13 |
+
}
|
| 14 |
+
}
|