anismahmahi commited on
Commit
af05a44
1 Parent(s): c016fca

Update README.md

Browse files

tag_mapping_training = {
"O": 0,
"B-Appeal_to_fear-prejudice": 1,
"I-Appeal_to_fear-prejudice": 2,
"B-Whataboutism": 3,
"I-Whataboutism": 4,
"B-Doubt": 5,
"I-Doubt": 6,
"B-Name_Calling,Labeling": 7,
"I-Name_Calling,Labeling": 8,
}

Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ tag_mapping_training = {
6
+ "O": 0,
7
+ "B-Appeal_to_fear-prejudice": 1,
8
+ "I-Appeal_to_fear-prejudice": 2,
9
+ "B-Whataboutism": 3,
10
+ "I-Whataboutism": 4,
11
+ "B-Doubt": 5,
12
+ "I-Doubt": 6,
13
+ "B-Name_Calling,Labeling": 7,
14
+ "I-Name_Calling,Labeling": 8,
15
+ }