Spaces:
Running
Running
Update label_dicts.py
Browse files- 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 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
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',
|