Spaces:
Running
Running
kovacsvi
commited on
Commit
·
920ee47
1
Parent(s):
491ff77
OOOPS
Browse files- label_dicts.py +7 -7
label_dicts.py
CHANGED
@@ -1074,12 +1074,12 @@ EMOTION9_LABEL_NAMES = {
|
|
1074 |
}
|
1075 |
|
1076 |
EMOTION9_V2_LABEL_NAMES = {
|
1077 |
-
1: "Fear"
|
1078 |
-
2: "Disgust"
|
1079 |
-
3: "Sadness"
|
1080 |
-
4: "Joy"
|
1081 |
-
5: "None of them"
|
1082 |
-
6: "Enthusiasm"
|
1083 |
-
7: "Hope"
|
1084 |
8: "Pride"
|
1085 |
}
|
|
|
1074 |
}
|
1075 |
|
1076 |
EMOTION9_V2_LABEL_NAMES = {
|
1077 |
+
1: "Fear",
|
1078 |
+
2: "Disgust",
|
1079 |
+
3: "Sadness",
|
1080 |
+
4: "Joy",
|
1081 |
+
5: "None of them",
|
1082 |
+
6: "Enthusiasm",
|
1083 |
+
7: "Hope",
|
1084 |
8: "Pride"
|
1085 |
}
|