Update README.md
Browse files
README.md
CHANGED
|
@@ -89,3 +89,20 @@ The following hyperparameters were used during training:
|
|
| 89 |
- Pytorch 1.12.1
|
| 90 |
- Datasets 2.5.1
|
| 91 |
- Tokenizers 0.12.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
- Pytorch 1.12.1
|
| 90 |
- Datasets 2.5.1
|
| 91 |
- Tokenizers 0.12.1
|
| 92 |
+
|
| 93 |
+
# Cite
|
| 94 |
+
Should use our models in your work, please consider citing us as:
|
| 95 |
+
```bibtex
|
| 96 |
+
@article{BERTOLINI2024406,
|
| 97 |
+
title = {DReAMy: a library for the automatic analysis and annotation of dream reports with multilingual large language models},
|
| 98 |
+
journal = {Sleep Medicine},
|
| 99 |
+
volume = {115},
|
| 100 |
+
pages = {406-407},
|
| 101 |
+
year = {2024},
|
| 102 |
+
note = {Abstracts from the 17th World Sleep Congress},
|
| 103 |
+
issn = {1389-9457},
|
| 104 |
+
doi = {https://doi.org/10.1016/j.sleep.2023.11.1092},
|
| 105 |
+
url = {https://www.sciencedirect.com/science/article/pii/S1389945723015186},
|
| 106 |
+
author = {L. Bertolini and A. Michalak and J. Weeds}
|
| 107 |
+
}
|
| 108 |
+
```
|