Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ This model is intended to predict emotions (valence, arousal) in written stories
|
|
18 |
|
19 |
As described in [the paper (TODO)](#), this model is finetuned from [DeBERTaV3-large](https://huggingface.co/microsoft/deberta-v3-large) and predicts sentence-wise valence/arousal values between 0 and 1.
|
20 |
|
21 |
-
This particular checkpoint was trained with a window size of
|
22 |
|
23 |
All available checkpoints and their performance measured by Concordance Correlation Coefficient (CCC):
|
24 |
|
|
|
18 |
|
19 |
As described in [the paper (TODO)](#), this model is finetuned from [DeBERTaV3-large](https://huggingface.co/microsoft/deberta-v3-large) and predicts sentence-wise valence/arousal values between 0 and 1.
|
20 |
|
21 |
+
This particular checkpoint was trained with a window size of 0.
|
22 |
|
23 |
All available checkpoints and their performance measured by Concordance Correlation Coefficient (CCC):
|
24 |
|