j-hartmann
commited on
Commit
β’
2c49869
1
Parent(s):
709e037
Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,16 @@
|
|
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 |
---
|
@@ -29,17 +20,11 @@ widget:
|
|
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).
|
|
|
1 |
+
---
|
2 |
|
3 |
language: "en"
|
|
|
4 |
tags:
|
|
|
5 |
- roberta
|
|
|
6 |
- sentiment
|
|
|
7 |
- emotion
|
|
|
8 |
- twitter
|
|
|
9 |
- reddit
|
10 |
|
11 |
widget:
|
|
|
12 |
- text: "Oh wow. I didn't know that."
|
|
|
13 |
- text: "This movie always makes me cry.."
|
|
|
14 |
- text: "Oh Happy Day"
|
15 |
|
16 |
---
|
|
|
20 |
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:
|
21 |
|
22 |
1) anger π€¬
|
|
|
23 |
2) disgust π€’
|
|
|
24 |
3) fear π¨
|
|
|
25 |
4) joy π
|
|
|
26 |
5) neutral π
|
|
|
27 |
6) sadness π
|
|
|
28 |
7) surprise π²
|
29 |
|
30 |
The model is a fine-tuned checkpoint of [RoBERTa-large](https://huggingface.co/roberta-large).
|