Upload label_mapping.json with huggingface_hub
Browse files- label_mapping.json +10 -0
label_mapping.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id2label": {
|
| 3 |
+
"0": "no_propaganda",
|
| 4 |
+
"1": "has_propaganda"
|
| 5 |
+
},
|
| 6 |
+
"label2id": {
|
| 7 |
+
"no_propaganda": 0,
|
| 8 |
+
"has_propaganda": 1
|
| 9 |
+
}
|
| 10 |
+
}
|