Update README.md
Browse files
README.md
CHANGED
|
@@ -61,10 +61,13 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
| 61 |
If you use this model, please cite our work:
|
| 62 |
|
| 63 |
```bibtex
|
| 64 |
-
@
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
|
|
|
|
|
|
|
|
|
| 69 |
}
|
| 70 |
```
|
|
|
|
| 61 |
If you use this model, please cite our work:
|
| 62 |
|
| 63 |
```bibtex
|
| 64 |
+
@article{Lopez-Garcia2025.05.16.25327791,
|
| 65 |
+
author = {Lopez-Garcia, Guillermo and Xu, Dongfang and Gonzalez-Hernandez, Graciela},
|
| 66 |
+
title = {Detecting Medication Mentions in Social Media Data Using Large Language Models},
|
| 67 |
+
year = {2025},
|
| 68 |
+
doi = {10.1101/2025.05.16.25327791},
|
| 69 |
+
publisher = {Cold Spring Harbor Laboratory Press},
|
| 70 |
+
URL = {https://www.medrxiv.org/content/early/2025/05/18/2025.05.16.25327791},
|
| 71 |
+
journal = {medRxiv}
|
| 72 |
}
|
| 73 |
```
|