lorenzoscottb commited on
Commit
973bdf0
1 Parent(s): 7e76eae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -75,17 +75,19 @@ The following hyperparameters were used during training:
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
  ```
 
75
  - Datasets 2.5.1
76
  - Tokenizers 0.12.1
77
 
78
+ # Cite
79
+ Should you use our models in your work, please consider citing us as:
80
  ```bibtex
81
+ @article{BERTOLINI2024406,
82
+ title = {DReAMy: a library for the automatic analysis and annotation of dream reports with multilingual large language models},
83
+ journal = {Sleep Medicine},
84
+ volume = {115},
85
+ pages = {406-407},
86
+ year = {2024},
87
+ note = {Abstracts from the 17th World Sleep Congress},
88
+ issn = {1389-9457},
89
+ doi = {https://doi.org/10.1016/j.sleep.2023.11.1092},
90
+ url = {https://www.sciencedirect.com/science/article/pii/S1389945723015186},
91
+ author = {L. Bertolini and A. Michalak and J. Weeds}
92
  }
93
  ```