lorenzoscottb commited on
Commit
19862d8
·
verified ·
1 Parent(s): 33a33d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -79,17 +79,19 @@ The following hyperparameters were used during training:
79
  - Datasets 2.5.1
80
  - Tokenizers 0.12.1
81
 
82
- ### Cite
83
- If you use the model, please cite the pre-print.
84
  ```bibtex
85
- @misc{https://doi.org/10.48550/arxiv.2302.14828,
86
- doi = {10.48550/ARXIV.2302.14828},
87
- url = {https://arxiv.org/abs/2302.14828},
88
- author = {Bertolini, Lorenzo and Elce, Valentina and Michalak, Adriana and Bernardi, Giulio and Weeds, Julie},
89
- keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
90
- title = {Automatic Scoring of Dream Reports' Emotional Content with Large Language Models},
91
- publisher = {arXiv},
92
- year = {2023},
93
- copyright = {Creative Commons Attribution 4.0 International}
 
 
94
  }
95
  ```
 
79
  - Datasets 2.5.1
80
  - Tokenizers 0.12.1
81
 
82
+ # Cite
83
+ Should you use our models in your work, please consider citing us as:
84
  ```bibtex
85
+ @article{BERTOLINI2024406,
86
+ title = {DReAMy: a library for the automatic analysis and annotation of dream reports with multilingual large language models},
87
+ journal = {Sleep Medicine},
88
+ volume = {115},
89
+ pages = {406-407},
90
+ year = {2024},
91
+ note = {Abstracts from the 17th World Sleep Congress},
92
+ issn = {1389-9457},
93
+ doi = {https://doi.org/10.1016/j.sleep.2023.11.1092},
94
+ url = {https://www.sciencedirect.com/science/article/pii/S1389945723015186},
95
+ author = {L. Bertolini and A. Michalak and J. Weeds}
96
  }
97
  ```