thomas-sounack commited on
Commit
4bebfb8
·
verified ·
1 Parent(s): ee3848d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -4,6 +4,16 @@ license: mit
4
 
5
  This model is a variant of BioClinical ModernBERT that underperformed it in our testing. The BioClinical ModernBERT models can be found here: [base](https://huggingface.co/thomas-sounack/BioClinical-ModernBERT-base) and [large](https://huggingface.co/thomas-sounack/BioClinical-ModernBERT-large)
6
 
7
- Please refer to our paper for more information:
8
 
9
- TODO
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  This model is a variant of BioClinical ModernBERT that underperformed it in our testing. The BioClinical ModernBERT models can be found here: [base](https://huggingface.co/thomas-sounack/BioClinical-ModernBERT-base) and [large](https://huggingface.co/thomas-sounack/BioClinical-ModernBERT-large)
6
 
7
+ If you use Bio ModernBERT in your work, please cite our preprint:
8
 
9
+ ```
10
+ @misc{sounack2025bioclinicalmodernbertstateoftheartlongcontext,
11
+ title={BioClinical ModernBERT: A State-of-the-Art Long-Context Encoder for Biomedical and Clinical NLP},
12
+ 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},
13
+ year={2025},
14
+ eprint={2506.10896},
15
+ archivePrefix={arXiv},
16
+ primaryClass={cs.CL},
17
+ url={https://arxiv.org/abs/2506.10896},
18
+ }
19
+ ```