Update README.md
Browse files
README.md
CHANGED
@@ -55,6 +55,13 @@ We use the pretraining codebase from the [ModernBERT repository](https://github.
|
|
55 |
## Citation
|
56 |
|
57 |
```bibtex
|
58 |
-
@misc{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
}
|
60 |
```
|
|
|
55 |
## Citation
|
56 |
|
57 |
```bibtex
|
58 |
+
@misc{antoun2025modernbertdebertav3examiningarchitecture,
|
59 |
+
title={ModernBERT or DeBERTaV3? Examining Architecture and Data Influence on Transformer Encoder Models Performance},
|
60 |
+
author={Wissam Antoun and Benoît Sagot and Djamé Seddah},
|
61 |
+
year={2025},
|
62 |
+
eprint={2504.08716},
|
63 |
+
archivePrefix={arXiv},
|
64 |
+
primaryClass={cs.CL},
|
65 |
+
url={https://arxiv.org/abs/2504.08716},
|
66 |
}
|
67 |
```
|