anismahmahi commited on
Commit
ce97ee9
·
verified ·
1 Parent(s): fe22858

Update README.md

Browse files

tag_mapping_training = {
"O": 0,
"B-Appeal_to_Authority": 1,
"I-Appeal_to_Authority": 2,
"B-Bandwagon": 3,
"I-Bandwagon": 4,
}

Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ tag_mapping_training = {
5
+ "O": 0,
6
+ "B-Appeal_to_Authority": 1,
7
+ "I-Appeal_to_Authority": 2,
8
+ "B-Bandwagon": 3,
9
+ "I-Bandwagon": 4,
10
+ }