abazoge commited on
Commit
3b70524
1 Parent(s): b7c9925

Update README.md

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