Spaces:
Running
Running
Update label_dicts.py
Browse files- label_dicts.py +9 -8
label_dicts.py
CHANGED
@@ -135,14 +135,15 @@ ILLFRAMES_COVID_LABEL_NAMES = {
|
|
135 |
}
|
136 |
|
137 |
ILLFRAMES_WAR_LABEL_NAMES = {
|
138 |
-
101: '
|
139 |
-
102: '
|
140 |
-
103: '
|
141 |
-
104: '
|
142 |
-
105: '
|
143 |
-
|
144 |
-
|
145 |
-
|
|
|
146 |
110: "None of Them"
|
147 |
}
|
148 |
|
|
|
135 |
}
|
136 |
|
137 |
ILLFRAMES_WAR_LABEL_NAMES = {
|
138 |
+
101: 'Identity and Cultural Threat',
|
139 |
+
102: 'Economic Fallout/Domestic Welfare Neglected',
|
140 |
+
103: 'Violation of Russian Sovereignty/Western geopolitical meddling',
|
141 |
+
104: 'Illegitimate and corrupt Ukraine leadership',
|
142 |
+
105: 'Ukrainians and Ukraine are a military threat and agressive
|
143 |
+
war-mongerer that threaten EU stability and security',
|
144 |
+
107: 'Western Propaganda and Civilian Suffering',
|
145 |
+
108: 'Historical Betrayal of Russia',
|
146 |
+
109: 'Ukraine/Nazi Allegation',
|
147 |
110: "None of Them"
|
148 |
}
|
149 |
|