Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,13 @@ language:
|
|
5 |
pipeline_tag: text-classification
|
6 |
tags:
|
7 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Emotion classification from 20 classes
|
|
|
5 |
pipeline_tag: text-classification
|
6 |
tags:
|
7 |
- code
|
8 |
+
widget:
|
9 |
+
- text: "I love football so much"
|
10 |
+
example_title: "love"
|
11 |
+
- text: "I'm reflecting on my experiences to gain insights"
|
12 |
+
example_title: "think"
|
13 |
+
- text: "I borrowed money from a friend and haven't paid it back yet. Now I feel ashamed."
|
14 |
+
example_title: "guilty"
|
15 |
---
|
16 |
|
17 |
# Emotion classification from 20 classes
|