abazoge commited on
Commit
ef0e966
1 Parent(s): bd2d8e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -45,4 +45,13 @@ model = AutoModelForMaskedLM.from_pretrained("abazoge/DrLongformer")
45
  ```
46
 
47
  ### Citation
 
 
 
 
 
 
 
 
 
48
  ```
 
45
  ```
46
 
47
  ### Citation
48
+ ```
49
+ @misc{bazoge2024adaptation,
50
+ title={Adaptation of Biomedical and Clinical Pretrained Models to French Long Documents: A Comparative Study},
51
+ author={Adrien Bazoge and Emmanuel Morin and Beatrice Daille and Pierre-Antoine Gourraud},
52
+ year={2024},
53
+ eprint={2402.16689},
54
+ archivePrefix={arXiv},
55
+ primaryClass={cs.CL}
56
+ }
57
  ```