synapti commited on
Commit
e058ea7
·
verified ·
1 Parent(s): 8ea3b2f

Upload label_mapping.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }