gonzalez-agirre ilacunza commited on
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>

Files changed (1) hide show
  1. README.md +5 -8
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
- @misc{tamayo2026mrbertmodernmultilingualencoders,
434
- title={MrBERT: Modern Multilingual Encoders via Vocabulary, Domain, and Dimensional Adaptation},
435
- author={Daniel Tamayo and Iñaki Lacunza and Paula Rivera-Hidalgo and Severino Da Dalt and Javier Aula-Blasco and Aitor Gonzalez-Agirre and Marta Villegas},
436
- year={2026},
437
- eprint={2602.21379},
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