Update README.md
Browse filesAdd medRxiv preprint citation and DOI metadata
README.md
CHANGED
|
@@ -199,6 +199,22 @@ This model repository was generated by [ML Intern](https://github.com/huggingfac
|
|
| 199 |
- Try ML Intern: https://smolagents-ml-intern.hf.space
|
| 200 |
- Source code: https://github.com/huggingface/ml-intern
|
| 201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 202 |
## Usage
|
| 203 |
|
| 204 |
```python
|
|
|
|
| 199 |
- Try ML Intern: https://smolagents-ml-intern.hf.space
|
| 200 |
- Source code: https://github.com/huggingface/ml-intern
|
| 201 |
|
| 202 |
+
## Preprint Citation
|
| 203 |
+
|
| 204 |
+
If you use this model or the accompanying findings in your research, please cite our preprint:
|
| 205 |
+
|
| 206 |
+
```bibtex
|
| 207 |
+
@article{thomas2026agentic,
|
| 208 |
+
author = {Thomas, Johnson and others},
|
| 209 |
+
title = {Agentic Thyroid Model Paper Title},
|
| 210 |
+
journal = {medRxiv},
|
| 211 |
+
year = {2026},
|
| 212 |
+
doi = {10.64898/2026.06.23.26356395v1},
|
| 213 |
+
url = {https://www.medrxiv.org/content/10.64898/2026.06.23.26356395v1}
|
| 214 |
+
}
|
| 215 |
+
```
|
| 216 |
+
|
| 217 |
+
|
| 218 |
## Usage
|
| 219 |
|
| 220 |
```python
|