j-hartmann
commited on
Commit
β’
709e037
1
Parent(s):
93d0f8e
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--
|
2 |
+
|
3 |
+
language: "en"
|
4 |
+
|
5 |
+
tags:
|
6 |
+
|
7 |
+
- roberta
|
8 |
+
|
9 |
+
- sentiment
|
10 |
+
|
11 |
+
- emotion
|
12 |
+
|
13 |
+
- twitter
|
14 |
+
|
15 |
+
- reddit
|
16 |
+
|
17 |
+
widget:
|
18 |
+
|
19 |
+
- text: "Oh wow. I didn't know that."
|
20 |
+
|
21 |
+
- text: "This movie always makes me cry.."
|
22 |
+
|
23 |
+
- text: "Oh Happy Day"
|
24 |
+
|
25 |
+
---
|
26 |
+
|
27 |
+
## Description βΉ
|
28 |
+
|
29 |
+
With this model, you can classify emotions in English text data. The model was trained on 6 diverse datasets and predicts Ekman's 6 basic emotions, plus a neutral class:
|
30 |
+
|
31 |
+
1) anger π€¬
|
32 |
+
|
33 |
+
2) disgust π€’
|
34 |
+
|
35 |
+
3) fear π¨
|
36 |
+
|
37 |
+
4) joy π
|
38 |
+
|
39 |
+
5) neutral π
|
40 |
+
|
41 |
+
6) sadness π
|
42 |
+
|
43 |
+
7) surprise π²
|
44 |
+
|
45 |
+
The model is a fine-tuned checkpoint of [RoBERTa-large](https://huggingface.co/roberta-large).
|
46 |
+
For further details on this emotion model, please refer to the model card of its [DistilBERT](https://huggingface.co/j-hartmann/emotion-english-distilroberta-base) version.
|