chrlukas commited on
Commit
4a151bd
1 Parent(s): d7cd8ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ All available checkpoints and their performance measured by Concordance Correlat
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
 
38
  ![image](tales_vertical.png)
 
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 ``[SEP]`` token, where the valence/arousal predictions for an ``[SEP]`` 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
 
38
  ![image](tales_vertical.png)