Update README.md
Browse files
README.md
CHANGED
|
@@ -19,4 +19,18 @@ This model will be further pre-trained on 5 million cardiology records from the
|
|
| 19 |
|
| 20 |
The perplexity was around 5 on the validation set.
|
| 21 |
|
| 22 |
-
Note: this is not instruction tuned, and does not generate an EOS token. Update coming.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
The perplexity was around 5 on the validation set.
|
| 21 |
|
| 22 |
+
Note: this is not instruction tuned, and does not generate an EOS token. Update coming.
|
| 23 |
+
|
| 24 |
+
If you use this model please cite with
|
| 25 |
+
|
| 26 |
+
```bibtex
|
| 27 |
+
@misc{vanes2026languagecorporadutchmedical,
|
| 28 |
+
title={Language corpora for the Dutch medical domain},
|
| 29 |
+
author={B. van Es},
|
| 30 |
+
year={2026},
|
| 31 |
+
eprint={2604.25374},
|
| 32 |
+
archivePrefix={arXiv},
|
| 33 |
+
primaryClass={cs.CL},
|
| 34 |
+
url={https://arxiv.org/abs/2604.25374},
|
| 35 |
+
}
|
| 36 |
+
```
|