poltextlab commited on
Commit
63a098e
·
verified ·
1 Parent(s): 9c6d143

update label names

Browse files
Files changed (1) hide show
  1. label_dicts.py +11 -0
label_dicts.py CHANGED
@@ -151,4 +151,15 @@ ONTOLISST_LABEL_NAMES = {
151
  13: 'Pregnancy',
152
  14: 'Administration',
153
  15: 'COVID19'
 
 
 
 
 
 
 
 
 
 
 
154
  }
 
151
  13: 'Pregnancy',
152
  14: 'Administration',
153
  15: 'COVID19'
154
+ }
155
+ EMOTION9_LABEL_NAMES = {
156
+ 0: "Anger",
157
+ 1: "Fear",
158
+ 2: "Disgust",
159
+ 3: "Sadness",
160
+ 4: "Joy",
161
+ 5: "Enthusiasm",
162
+ 6: "Hope",
163
+ 7: "Pride",
164
+ 8: "None of Them",
165
  }