Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,17 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
-
- disgust 🤢
|
5 |
-
- fear 😨
|
6 |
-
- joy 😀
|
7 |
-
- neutral 😐
|
8 |
-
- sadness 😭
|
9 |
-
- surprise 😲
|
10 |
|
11 |
-
|
|
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
- title: Emotion Classification
|
16 |
-
- emoji: 😀
|
17 |
-
- colorFrom: red
|
18 |
-
- colorTo: green
|
19 |
-
- sdk: gradio
|
20 |
-
- sdk_version: 5.31.0
|
21 |
-
- app_file: app.py
|
22 |
-
- pinned: false
|
23 |
-
- license: mit
|
24 |
-
- short_description: Text-based affective computing
|
25 |
-
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
---
|
2 |
+
title: Emotion Classifier
|
3 |
+
emoji: "🤗"
|
4 |
+
colorFrom: "blue"
|
5 |
+
colorTo: "green"
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.53.2" # or whatever version of gradio you installed
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
|
12 |
+
# English Emotion Classifier
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
+
Predicts one of Ekman's 6 basic emotions plus neutral
|
15 |
+
(anger 🤬, disgust 🤢, fear 😨, joy 😀, neutral 😐, sadness 😭, surprise 😲).
|
16 |
|
17 |
+
Enter some English text below and see the model’s emotion‐probability scores! Based on: j-hartmann/emotion-english-roberta-large
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|