Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,55 @@ tags:
|
|
7 |
- code
|
8 |
widget:
|
9 |
- text: "I love football so much"
|
|
|
10 |
- text: "I'm reflecting on my experiences to gain insights"
|
|
|
11 |
- text: "I borrowed money from a friend and haven't paid it back yet. Now I feel ashamed."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Emotion classification from 20 classes
|
|
|
7 |
- code
|
8 |
widget:
|
9 |
- text: "I love football so much"
|
10 |
+
example_title: "love 2"
|
11 |
- text: "I'm reflecting on my experiences to gain insights"
|
12 |
+
example_title: "think 2"
|
13 |
- text: "I borrowed money from a friend and haven't paid it back yet. Now I feel ashamed."
|
14 |
+
example_title: "guilty 2"
|
15 |
+
- text: "I'm starting to think that he's up to something."
|
16 |
+
example_title: "suspicious 2"
|
17 |
+
- text: "We need to approach this matter with a sense of purpose"
|
18 |
+
example_title: "serious 2"
|
19 |
+
- text: "I'm so angry right now. I can't believe he did that to me."
|
20 |
+
example_title: "anger"
|
21 |
+
- text: "I'm feeling disgusted by the smell of this food."
|
22 |
+
example_title: "disgust"
|
23 |
+
- text: "I'm feeling very afraid of what might happen next."
|
24 |
+
example_title: "fear"
|
25 |
+
- text: "I'm so joyful right now! This is the best day of my life."
|
26 |
+
example_title: "joy"
|
27 |
+
- text: "I'm feeling neutral about this situation. I don't really care one way or another."
|
28 |
+
example_title: "neutral"
|
29 |
+
- text: I'm feeling really sad today after my dog passed away."
|
30 |
+
example_title: "sadness"
|
31 |
+
- text: "I'm so surprised by what just happened! I never saw that coming."
|
32 |
+
example_title: "surprise"
|
33 |
+
- text: "I'm feeling cheeky today. I'm going to play a little prank on my friend."
|
34 |
+
example_title: "cheeky"
|
35 |
+
- text: "I'm feeling confused about what to do next. I need some guidance."
|
36 |
+
example_title: "confuse"
|
37 |
+
- text: "I'm feeling curious about the world around me. There's so much to learn!"
|
38 |
+
example_title: "curious"
|
39 |
+
- text: "I'm feeling empathetic towards my friend who is going through a tough time."
|
40 |
+
example_title: "empathetic"
|
41 |
+
- text: "I'm feeling grumpy today. Everything is annoying me!"
|
42 |
+
example_title: "grumpy"
|
43 |
+
- text: "I'm feeling guilty about what I did. I wish I could take it back."
|
44 |
+
example_title: "guilty"
|
45 |
+
- text: "I'm feeling very energetic today. I'm ready to take on the world!"
|
46 |
+
example_title: "energetic"
|
47 |
+
- text: "I'm feeling impatient waiting for this movie to start."
|
48 |
+
example_title: "impatient"
|
49 |
+
- text: "I'm feeling so much love for my family right now. They mean everything to me."
|
50 |
+
example_title: "love"
|
51 |
+
- text: "I'm thinking about my future and what I want to achieve."
|
52 |
+
example_title: "think"
|
53 |
+
- text: "I'm feeling serious about this issue. It's important and needs to be addressed."
|
54 |
+
example_title: "serious"
|
55 |
+
- text: "I'm feeling suspicious of what he's telling me. I think he's hiding something."
|
56 |
+
example_title: "suspicious"
|
57 |
+
- text: "I'm feeling whiny today. Everything is bothering me!"
|
58 |
+
example_title: "whiny"
|
59 |
---
|
60 |
|
61 |
# Emotion classification from 20 classes
|