Update README.md
Browse files
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 |
```
|