Update README.md
This commit is contained in:
parent
079ee577c1
commit
d2d55ce263
|
@ -15,7 +15,7 @@ widget:
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
With this model, you can classify emotions in English text data. The model was trained on 6 diverse datasets and predicts 7 emotions:
|
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:
|
||||||
|
|
||||||
1) anger
|
1) anger
|
||||||
2) disgust
|
2) disgust
|
||||||
|
@ -25,7 +25,7 @@ With this model, you can classify emotions in English text data. The model was t
|
||||||
6) sadness
|
6) sadness
|
||||||
7) surprise
|
7) surprise
|
||||||
|
|
||||||
The model is a fine-tuned checkpoint of DistilRoBERTa-base. The emotions reflect Ekman's 6 basic emotions, plus a neutral class.
|
The model is a fine-tuned checkpoint of DistilRoBERTa-base.
|
||||||
|
|
||||||
## Application
|
## Application
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue