anismahmahi commited on
Commit
bcb973d
1 Parent(s): 7d4390f

Update README.md

Browse files

tag_mapping = { "O": 0, "B-Repetition": 1, "B-Loaded_Language": 2, "B-Name_Calling,Labeling": 3, "B-Flag-Waving": 4, "I-Flag-Waving": 5, "B-Causal_Oversimplification": 6, "I-Causal_Oversimplification": 7, "B-Doubt": 8, "I-Doubt": 9, "I-Loaded_Language": 10, "B-Appeal_to_Authority": 11, "I-Appeal_to_Authority": 12, "I-Name_Calling,Labeling": 13, "B-Appeal_to_fear-prejudice": 14, "I-Appeal_to_fear-prejudice": 15, "I-Repetition": 16, "B-Black-and-White_Fallacy": 17, "I-Black-and-White_Fallacy": 18, "B-Exaggeration,Minimisation": 19, "I-Exaggeration,Minimisation": 20 }

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,3 +1,9 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - token-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - propaganda
9
+ ---