jitesh commited on
Commit
33114ce
1 Parent(s): 5217759

Update README.md

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