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

Create README.md

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