j-hartmann
commited on
Commit
•
4f2ad24
1
Parent(s):
67e2b84
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ widget:
|
|
13 |
|
14 |
## Description
|
15 |
|
16 |
-
With this model, you can classify emotions in English text data. The model was trained on diverse datasets and predicts 7 emotions:
|
17 |
|
18 |
1) anger
|
19 |
2) disgust
|
@@ -43,13 +43,13 @@ Thanks to Samuel Domdey and chrsiebert for their support in making this model av
|
|
43 |
|
44 |
## Appendix
|
45 |
|
46 |
-
Please find an overview of the datasets used for training below
|
47 |
|
48 |
|Name|anger|disgust|fear|joy|neutral|sadness|surprise|
|
49 |
|---|---|---|---|---|---|---|---|
|
50 |
-
|Crowdflower (2016)|Yes
|
51 |
-
|Emotion Dataset, Elvis et al. (2018)|Yes|Yes|Yes|Yes
|
52 |
|GoEmotions, Demszky et al. (2020)|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
|
53 |
-
|ISEAR, Vikash (2018)|Yes|Yes|Yes|Yes
|
54 |
|MELD, Poria et al. (2019)|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
|
55 |
-
|SemEval-18|Yes
|
|
|
13 |
|
14 |
## Description
|
15 |
|
16 |
+
With this model, you can classify emotions in English text data. The model was trained on 6 diverse datasets and predicts 7 emotions:
|
17 |
|
18 |
1) anger
|
19 |
2) disgust
|
|
|
43 |
|
44 |
## Appendix
|
45 |
|
46 |
+
Please find an overview of the datasets used for training below. The table summarizes which emotions are available in each of the datasets.
|
47 |
|
48 |
|Name|anger|disgust|fear|joy|neutral|sadness|surprise|
|
49 |
|---|---|---|---|---|---|---|---|
|
50 |
+
|Crowdflower (2016)|Yes|-|-|Yes|Yes|Yes|Yes|
|
51 |
+
|Emotion Dataset, Elvis et al. (2018)|Yes|Yes|Yes|Yes|-|Yes|Yes|
|
52 |
|GoEmotions, Demszky et al. (2020)|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
|
53 |
+
|ISEAR, Vikash (2018)|Yes|Yes|Yes|Yes|-|Yes|-|
|
54 |
|MELD, Poria et al. (2019)|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
|
55 |
+
|SemEval-18|Yes|-|Yes|Yes|-|Yes|-|
|