chrlukas commited on
Commit
bd7a6a6
1 Parent(s): e9c4c90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -24
README.md CHANGED
@@ -3,14 +3,13 @@ library_name: transformers
3
  language:
4
  - en
5
  ---
6
-
7
- # Model Card for Model ID
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
 
11
  This model is intended to predict emotions (valence, arousal) in written stories. For all details see [the paper (TODO)](#) and [the accompanying github repo (TODO)](#).
12
 
13
- ## Model Details
14
 
15
  ### Model Description
16
 
@@ -35,6 +34,7 @@ We provide the best out of 5 seeds for each context size. Hence, the numbers in
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
 
39
  The [accompanying repo](TODO) provides a convenient script to use the model for prediction.
40
 
@@ -42,8 +42,8 @@ The [accompanying repo](TODO) provides a convenient script to use the model for
42
 
43
  <!-- Provide the basic links for the model. -->
44
 
45
- - **Repository:** [accompanying repo](TODO)
46
- - **Paper:** [accompanying repo](TODO)
47
  -
48
 
49
  ## Uses
@@ -75,24 +75,6 @@ Please see the *Limitations* section in [the paper](#). Please note that the mod
75
 
76
  [More Information Needed]
77
 
78
- **APA:**
79
-
80
- [More Information Needed]
81
-
82
- ## Glossary [optional]
83
-
84
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
85
-
86
- [More Information Needed]
87
-
88
- ## More Information [optional]
89
-
90
- [More Information Needed]
91
-
92
- ## Model Card Authors [optional]
93
-
94
- [More Information Needed]
95
-
96
  ## Model Card Contact
97
 
98
- [More Information Needed]
 
3
  language:
4
  - en
5
  ---
6
+ ### Emotion Prediction for Written Stories
 
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
10
  This model is intended to predict emotions (valence, arousal) in written stories. For all details see [the paper (TODO)](#) and [the accompanying github repo (TODO)](#).
11
 
12
+
13
 
14
  ### Model Description
15
 
 
34
  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
35
  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:
36
 
37
+ ![image](tales_vertical.png)
38
 
39
  The [accompanying repo](TODO) provides a convenient script to use the model for prediction.
40
 
 
42
 
43
  <!-- Provide the basic links for the model. -->
44
 
45
+ - **Repository:** [Github](TODO)
46
+ - **Paper:** [ArXiv](TODO)
47
  -
48
 
49
  ## Uses
 
75
 
76
  [More Information Needed]
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  ## Model Card Contact
79
 
80
+ For further inquiries, please contact lukas1[dot]christ[at]uni-a[dot].de