j-hartmann commited on
Commit
2c49869
β€’
1 Parent(s): 709e037

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -16
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).