lorenzoscottb commited on
Commit
6144058
1 Parent(s): d3df90b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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
+ ```