Suzana commited on
Commit
be6eb78
·
verified ·
1 Parent(s): d69b502

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -22
README.md CHANGED
@@ -1,25 +1,17 @@
1
- Try out this Space to classify emotions from English text. The model was trained on 6 diverse datasets and predicts Ekman's 6 basic emotions, plus a neutral class:
 
 
 
 
 
 
 
 
 
2
 
3
- - anger 🤬
4
- - disgust 🤢
5
- - fear 😨
6
- - joy 😀
7
- - neutral 😐
8
- - sadness 😭
9
- - surprise 😲
10
 
11
- The model is a fine-tuned checkpoint of RoBERTa-large. For further details on this emotion model, please refer to the model card of its DistilRoBERTa version. Find the model here https://huggingface.co/j-hartmann/emotion-english-roberta-large
 
12
 
13
- More info:
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