poltextlab commited on
Commit
e0f7802
·
verified ·
1 Parent(s): c97614f

Update label_dicts.py

Browse files
Files changed (1) hide show
  1. label_dicts.py +11 -11
label_dicts.py CHANGED
@@ -134,17 +134,17 @@ ILLFRAMES_COVID_LABEL_NAMES = {
134
  399: "None of Them",
135
  }
136
 
137
- ILLFRAMES_WAR_LABEL_NAMES = [
138
- ("conflict as defense", 101),
139
- ("economic impact", 102),
140
- ("threat of the west", 103),
141
- ("puppet state", 104),
142
- ("global war", 105),
143
- ("war crimes", 107),
144
- ("broken promises", 108),
145
- ("supporting nazi views", 109),
146
- ("none of them", 105),
147
- ]
148
 
149
  ONTOLISST_LABEL_NAMES = {
150
  0: 'Demographics',
 
134
  399: "None of Them",
135
  }
136
 
137
+ ILLFRAMES_WAR_LABEL_NAMES = {
138
+ 101: 'conflict as defense',
139
+ 102: 'economic impact',
140
+ 103: 'threat of the west',
141
+ 104: 'puppet state',
142
+ 105: 'global war',
143
+ 107: 'war crimes',
144
+ 108: 'broken promises',
145
+ 109: 'supporting nazi views',
146
+ 110: "None of Them"
147
+ }
148
 
149
  ONTOLISST_LABEL_NAMES = {
150
  0: 'Demographics',