Update README.md
Browse filestag_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,
}
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 |
+
}
|