Upload id2emotion.json
Browse files- id2emotion.json +9 -0
id2emotion.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"0": "neutral",
|
3 |
+
"1": "joy",
|
4 |
+
"2": "surprise",
|
5 |
+
"3": "anger",
|
6 |
+
"4": "sadness",
|
7 |
+
"5": "disgust",
|
8 |
+
"6": "fear"
|
9 |
+
}
|