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