Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,16 @@ This repository contains the composer training checkpoints for BioClinical Moder
|
|
5 |
|
6 |
The training checkpoints for Bio ModernBERT [base](https://huggingface.co/thomas-sounack/Bio-ModernBERT-base) and [large](https://huggingface.co/thomas-sounack/Bio-ModernBERT-large) are also included.
|
7 |
|
8 |
-
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
The training checkpoints for Bio ModernBERT [base](https://huggingface.co/thomas-sounack/Bio-ModernBERT-base) and [large](https://huggingface.co/thomas-sounack/Bio-ModernBERT-large) are also included.
|
7 |
|
8 |
+
If you use BioClinical ModernBERT in your work, please cite our preprint:
|
9 |
|
10 |
+
```
|
11 |
+
@misc{sounack2025bioclinicalmodernbertstateoftheartlongcontext,
|
12 |
+
title={BioClinical ModernBERT: A State-of-the-Art Long-Context Encoder for Biomedical and Clinical NLP},
|
13 |
+
author={Thomas Sounack and Joshua Davis and Brigitte Durieux and Antoine Chaffin and Tom J. Pollard and Eric Lehman and Alistair E. W. Johnson and Matthew McDermott and Tristan Naumann and Charlotta Lindvall},
|
14 |
+
year={2025},
|
15 |
+
eprint={2506.10896},
|
16 |
+
archivePrefix={arXiv},
|
17 |
+
primaryClass={cs.CL},
|
18 |
+
url={https://arxiv.org/abs/2506.10896},
|
19 |
+
}
|
20 |
+
```
|