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