Commit ·
efb6516
1
Parent(s): f3426f1
Fix citation (#2)
Browse files- Fix citation (122460c3a263a4e0deff350be2ee523b92cc6bfa)
Co-authored-by: Iñaki Lacunza Castilla <ilacunza@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -430,14 +430,11 @@ The Barcelona Supercomputing Center, as the owner and creator of the model, shal
|
|
| 430 |
### Citation
|
| 431 |
|
| 432 |
```
|
| 433 |
-
@
|
| 434 |
-
|
| 435 |
-
|
| 436 |
-
|
| 437 |
-
|
| 438 |
-
archivePrefix={arXiv},
|
| 439 |
-
primaryClass={cs.CL},
|
| 440 |
-
url={https://arxiv.org/abs/2602.21379},
|
| 441 |
}
|
| 442 |
```
|
| 443 |
|
|
|
|
| 430 |
### Citation
|
| 431 |
|
| 432 |
```
|
| 433 |
+
@article{tamayo2026mrbert,
|
| 434 |
+
title={MrBERT: Modern Multilingual Encoders via Vocabulary, Domain, and Dimensional Adaptation},
|
| 435 |
+
author={Tamayo, Daniel and Lacunza, I{\~n}aki and Rivera-Hidalgo, Paula and Da Dalt, Severino and Aula-Blasco, Javier and Gonzalez-Agirre, Aitor and Villegas, Marta},
|
| 436 |
+
journal={arXiv preprint arXiv:2602.21379},
|
| 437 |
+
year={2026}
|
|
|
|
|
|
|
|
|
|
| 438 |
}
|
| 439 |
```
|
| 440 |
|