j-hartmann commited on
Commit
040cd5d
1 Parent(s): e06f86e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -24,7 +24,7 @@ With this model, you can classify emotions in English text data. The model was t
24
  6) sadness
25
  7) surprise
26
 
27
- The model is a fine-tuned checkpoint of DistilRoBERTa-base.
28
 
29
  ## Application
30
 
@@ -44,7 +44,7 @@ Thanks to Samuel Domdey and chrsiebert for their support in making this model av
44
 
45
  ## Appendix
46
 
47
- Please find an overview of the datasets used for training below. The table summarizes which emotions are available in each of the datasets.
48
 
49
  |Name|anger|disgust|fear|joy|neutral|sadness|surprise|
50
  |---|---|---|---|---|---|---|---|
@@ -53,4 +53,4 @@ Please find an overview of the datasets used for training below. The table summa
53
  |GoEmotions, Demszky et al. (2020)|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
54
  |ISEAR, Vikash (2018)|Yes|Yes|Yes|Yes|-|Yes|-|
55
  |MELD, Poria et al. (2019)|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
56
- |SemEval-18|Yes|-|Yes|Yes|-|Yes|-|
 
24
  6) sadness
25
  7) surprise
26
 
27
+ The model is a fine-tuned checkpoint of DistilRoBERTa-base. The emotions reflect Ekman's 6 universal emotions, plus a neutral class.
28
 
29
  ## Application
30
 
 
44
 
45
  ## Appendix
46
 
47
+ Please find an overview of the datasets used for training below. All datasets contain English text. The table summarizes which emotions are available in each of the datasets.
48
 
49
  |Name|anger|disgust|fear|joy|neutral|sadness|surprise|
50
  |---|---|---|---|---|---|---|---|
 
53
  |GoEmotions, Demszky et al. (2020)|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
54
  |ISEAR, Vikash (2018)|Yes|Yes|Yes|Yes|-|Yes|-|
55
  |MELD, Poria et al. (2019)|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
56
+ |SemEval-2018, EI-reg (Mohammad et al. 2018) |Yes|-|Yes|Yes|-|Yes|-|