tae898 commited on
Commit
7345399
·
1 Parent(s): 73e1f22

Upload id2emotion.json

Browse files
Files changed (1) hide show
  1. 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
+ }