lorenzoscottb commited on
Commit
c0adc8d
1 Parent(s): 71b79dc

Update README.md

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