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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -14
README.md CHANGED
@@ -1,14 +1,25 @@
1
- ---
2
- title: Emotion Classification
3
- emoji: πŸ“‰
4
- colorFrom: red
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 5.31.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: Text-based affective computing
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
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