lorenzoscottb
commited on
Commit
•
86f72f2
1
Parent(s):
5a0e4cc
Update README.md
Browse files
README.md
CHANGED
@@ -74,3 +74,18 @@ The following hyperparameters were used during training:
|
|
74 |
- Pytorch 1.12.1
|
75 |
- Datasets 2.5.1
|
76 |
- Tokenizers 0.12.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
- Pytorch 1.12.1
|
75 |
- Datasets 2.5.1
|
76 |
- Tokenizers 0.12.1
|
77 |
+
|
78 |
+
### Cite
|
79 |
+
If you use the model, please cite the pre-print.
|
80 |
+
```bibtex
|
81 |
+
@misc{https://doi.org/10.48550/arxiv.2302.14828,
|
82 |
+
doi = {10.48550/ARXIV.2302.14828},
|
83 |
+
url = {https://arxiv.org/abs/2302.14828},
|
84 |
+
author = {Bertolini, Lorenzo and Elce, Valentina and Michalak, Adriana and Bernardi, Giulio and Weeds, Julie},
|
85 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
86 |
+
title = {Automatic Scoring of Dream Reports' Emotional Content with Large Language Models},
|
87 |
+
publisher = {arXiv},
|
88 |
+
year = {2023},
|
89 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
90 |
+
}
|
91 |
+
```
|