zico commited on
Upload label_map.json with huggingface_hub
Browse files- label_map.json +9 -0
label_map.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Culture": 0,
|
| 3 |
+
"Finance": 1,
|
| 4 |
+
"Medical": 2,
|
| 5 |
+
"Politics": 3,
|
| 6 |
+
"Religion": 4,
|
| 7 |
+
"Sports": 5,
|
| 8 |
+
"Tech": 6
|
| 9 |
+
}
|