lorenzoscottb commited on
Commit
b348762
1 Parent(s): 4467cef

Update README.md

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