chrlukas commited on
Commit
0bfbe46
1 Parent(s): 16ea663

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -3,7 +3,7 @@ library_name: transformers
3
  language:
4
  - en
5
  ---
6
- ### Emotion Prediction for Written Stories
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
@@ -17,7 +17,7 @@ This model is intended to predict emotions (valence, arousal) in written stories
17
 
18
  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.
19
 
20
- This particular checkpoint was trained with a window size of $4$.
21
 
22
  All available checkpoints and their performance measured by Concordance Correlation Coefficient (CCC):
23
 
@@ -44,7 +44,6 @@ The [accompanying repo](TODO) provides a convenient script to use the model for
44
 
45
  - **Repository:** [Github](TODO)
46
  - **Paper:** [ArXiv](TODO)
47
- -
48
 
49
  ## Uses
50
 
@@ -64,8 +63,6 @@ python3 predict.py --input_csv input_file.csv --output_csv output_file.csv --che
64
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
  Please see the *Limitations* section in [the paper](#). Please note that the model is not production-ready and provided here for demonstration purposes only.
66
 
67
- [More Information Needed]
68
-
69
 
70
  ## Citation [optional]
71
 
@@ -73,7 +70,6 @@ Please see the *Limitations* section in [the paper](#). Please note that the mod
73
 
74
  **BibTeX:**
75
 
76
- [More Information Needed]
77
 
78
  ## Model Card Contact
79
 
 
3
  language:
4
  - en
5
  ---
6
+ ## Emotion Prediction for Written Stories
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
 
17
 
18
  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.
19
 
20
+ This particular checkpoint was trained with a window size of 4.
21
 
22
  All available checkpoints and their performance measured by Concordance Correlation Coefficient (CCC):
23
 
 
44
 
45
  - **Repository:** [Github](TODO)
46
  - **Paper:** [ArXiv](TODO)
 
47
 
48
  ## Uses
49
 
 
63
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
64
  Please see the *Limitations* section in [the paper](#). Please note that the model is not production-ready and provided here for demonstration purposes only.
65
 
 
 
66
 
67
  ## Citation [optional]
68
 
 
70
 
71
  **BibTeX:**
72
 
 
73
 
74
  ## Model Card Contact
75