chrlukas commited on
Commit
e9c4c90
1 Parent(s): 8178aa9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -30,6 +30,8 @@ All available checkpoints and their performance measured by Concordance Correlat
30
  |[stories-emotion-c4](https://huggingface.co/chrlukas/stories-emotion-c4)| .8078/.8146 | .6763/.7115 |
31
  |[stories-emotion-c8](https://huggingface.co/chrlukas/stories-emotion-c8)| **.8223**/**.8237**| **.6829**/**.7120**|
32
 
 
 
33
  Technically, this model predicts token-wise valence/arousal values. Sentences are concatenated via the ``<s>`` token, where the valence/arousal predictions for an ``<s>`` token
34
  are meant to be the predictions for the sentence preceding it. All other tokens' predictions should be ignored. For reference, see the figure in the paper:
35
 
 
30
  |[stories-emotion-c4](https://huggingface.co/chrlukas/stories-emotion-c4)| .8078/.8146 | .6763/.7115 |
31
  |[stories-emotion-c8](https://huggingface.co/chrlukas/stories-emotion-c8)| **.8223**/**.8237**| **.6829**/**.7120**|
32
 
33
+ We provide the best out of 5 seeds for each context size. Hence, the numbers in this table differ from the result table in the paper, where the mean performance across 5 seeds is reported.
34
+
35
  Technically, this model predicts token-wise valence/arousal values. Sentences are concatenated via the ``<s>`` token, where the valence/arousal predictions for an ``<s>`` token
36
  are meant to be the predictions for the sentence preceding it. All other tokens' predictions should be ignored. For reference, see the figure in the paper:
37