Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,8 @@ 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
|
|
|
19 |
|
20 |
|
21 |
|
@@ -23,7 +24,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
|
27 |
|
28 |
This particular checkpoint was trained with a window size of 4.
|
29 |
|
@@ -51,14 +52,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
|
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 +70,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](
|
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
|
19 |
+
[the accompanying github repo](https://github.com/lc0197/emotional_trajectories_stories).
|
20 |
|
21 |
|
22 |
|
|
|
24 |
|
25 |
<!-- Provide a longer summary of what this model is. -->
|
26 |
|
27 |
+
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.
|
28 |
|
29 |
This particular checkpoint was trained with a window size of 4.
|
30 |
|
|
|
52 |
<!-- Provide the basic links for the model. -->
|
53 |
|
54 |
- **Repository:** [Github](https://github.com/lc0197/emotional_trajectories_stories)
|
55 |
+
- **Paper:** [ArXiv](http://arxiv.org/abs/2406.02251)
|
56 |
|
57 |
## Uses
|
58 |
|
59 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
60 |
This model is intended to predict emotions (valence, arousal) in written stories. It was mainly trained on stories for children.
|
61 |
Please note that the model is not production-ready and provided here for demonstration purposes only.
|
62 |
+
For details on the datasets used, please refer to the [paper](http://arxiv.org/abs/2406.02251).
|
63 |
|
64 |
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:
|
65 |
|
|
|
70 |
## Bias, Risks, and Limitations
|
71 |
|
72 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
73 |
+
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.
|
74 |
|
75 |
|
76 |
## Citation [optional]
|