Supreeth commited on
Commit
0644c55
·
1 Parent(s): fce39c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ Label to Emotion
5
+
6
+ ```
7
+ ('hate', 7),
8
+ ('love', 9),
9
+ ('neutral', 10),
10
+ ('joy', 8),
11
+ ('anger', 0),
12
+ ('worry', 14),
13
+ ('fun', 5),
14
+ ('relief', 11),
15
+ ('fear', 4),
16
+ ('enthusiasm', 3),
17
+ ('boredom', 1),
18
+ ('empty', 2),
19
+ ('surprise', 13),
20
+ ('sadness', 12),
21
+ ('happiness', 6)
22
+ ```
23
+