j-hartmann commited on
Commit
d2d55ce
1 Parent(s): 079ee57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ widget:
15
 
16
  ## Description
17
 
18
- With this model, you can classify emotions in English text data. The model was trained on 6 diverse datasets and predicts 7 emotions:
19
 
20
  1) anger
21
  2) disgust
@@ -25,7 +25,7 @@ With this model, you can classify emotions in English text data. The model was t
25
  6) sadness
26
  7) surprise
27
 
28
- The model is a fine-tuned checkpoint of DistilRoBERTa-base. The emotions reflect Ekman's 6 basic emotions, plus a neutral class.
29
 
30
  ## Application
31
 
 
15
 
16
  ## Description
17
 
18
+ With this model, you can classify emotions in English text data. The model was trained on 6 diverse datasets (see Appendix) and predicts Ekman's 6 basic emotions, plus a neutral class:
19
 
20
  1) anger
21
  2) disgust
 
25
  6) sadness
26
  7) surprise
27
 
28
+ The model is a fine-tuned checkpoint of DistilRoBERTa-base.
29
 
30
  ## Application
31