chrlukas commited on
Commit
a3d73b7
1 Parent(s): 649fa04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: text-classification
15
 
16
  <!-- Provide a quick summary of what the model is/does. -->
17
 
18
- This model is intended to predict emotions (valence, arousal) in written stories. For all details see [the paper (TODO)](#) and [the accompanying github repo](https://github.com/lc0197/emotional_trajectories_stories).
19
 
20
 
21
 
@@ -23,7 +23,7 @@ This model is intended to predict emotions (valence, arousal) in written stories
23
 
24
  <!-- Provide a longer summary of what this model is. -->
25
 
26
- 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.
27
 
28
  This particular checkpoint was trained with a window size of 8.
29
 
@@ -51,14 +51,14 @@ The [accompanying repo](https://github.com/lc0197/emotional_trajectories_stories
51
  <!-- Provide the basic links for the model. -->
52
 
53
  - **Repository:** [Github](https://github.com/lc0197/emotional_trajectories_stories)
54
- - **Paper:** [ArXiv](#)
55
 
56
  ## Uses
57
 
58
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
59
  This model is intended to predict emotions (valence, arousal) in written stories. It was mainly trained on stories for children.
60
  Please note that the model is not production-ready and provided here for demonstration purposes only.
61
- For details on the datasets used, please refer to the [paper (TODO)](#).
62
 
63
  In the [github repository](https://github.com/lc0197/emotional_trajectories_stories), a convenient script to predict V/A in existing texts is provided. Example call:
64
 
@@ -69,7 +69,7 @@ python3 predict.py --input_csv input_file.csv --output_csv output_file.csv --che
69
  ## Bias, Risks, and Limitations
70
 
71
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
72
- Please see the *Limitations* section in [the paper](#). Please note that the model is not production-ready and provided here for demonstration purposes only.
73
 
74
 
75
  ## Citation [optional]
 
15
 
16
  <!-- Provide a quick summary of what the model is/does. -->
17
 
18
+ This model is intended to predict emotions (valence, arousal) in written stories. For all details see [the paper](http://arxiv.org/abs/2406.02251) and [the accompanying github repo](https://github.com/lc0197/emotional_trajectories_stories).
19
 
20
 
21
 
 
23
 
24
  <!-- Provide a longer summary of what this model is. -->
25
 
26
+ As described in [the paper](http://arxiv.org/abs/2406.02251), 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.
27
 
28
  This particular checkpoint was trained with a window size of 8.
29
 
 
51
  <!-- Provide the basic links for the model. -->
52
 
53
  - **Repository:** [Github](https://github.com/lc0197/emotional_trajectories_stories)
54
+ - **Paper:** [ArXiv](http://arxiv.org/abs/2406.02251)
55
 
56
  ## Uses
57
 
58
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
59
  This model is intended to predict emotions (valence, arousal) in written stories. It was mainly trained on stories for children.
60
  Please note that the model is not production-ready and provided here for demonstration purposes only.
61
+ For details on the datasets used, please refer to the [paper](http://arxiv.org/abs/2406.02251).
62
 
63
  In the [github repository](https://github.com/lc0197/emotional_trajectories_stories), a convenient script to predict V/A in existing texts is provided. Example call:
64
 
 
69
  ## Bias, Risks, and Limitations
70
 
71
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
72
+ Please see the *Limitations* section in [the paper](http://arxiv.org/abs/2406.02251). Please note that the model is not production-ready and provided here for demonstration purposes only.
73
 
74
 
75
  ## Citation [optional]