guilopgar commited on
Commit
61b95e7
·
verified ·
1 Parent(s): 5987c2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
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
- @misc{MEDRXIV/2025/327791,
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
- publisher = {medRxiv},
68
- year = {2025}
 
 
 
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
  ```