Fill-Mask
Transformers
PyTorch
eurobert
code
custom_code
Nicolas-BZRD commited on
Commit
e7085a6
·
verified ·
1 Parent(s): 7cb2d51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -45,7 +45,7 @@ It is available in 3 sizes:
45
  - [EuroBERT-610m](https://huggingface.co/EuroBERT/EuroBERT-610m) - 610 million parameters
46
  - [EuroBERT-2.1B](https://huggingface.co/EuroBERT/EuroBERT-2.1B) - 2.1 billion parameters
47
 
48
- For more information about EuroBERT, please check our [blog](***) post and the [arXiv](***) preprint.
49
 
50
  ## Usage
51
 
@@ -115,5 +115,13 @@ We release the EuroBERT model architectures, model weights, and training codebas
115
  If you use EuroBERT in your work, please cite:
116
 
117
  ```
118
- SOON
 
 
 
 
 
 
 
 
119
  ```
 
45
  - [EuroBERT-610m](https://huggingface.co/EuroBERT/EuroBERT-610m) - 610 million parameters
46
  - [EuroBERT-2.1B](https://huggingface.co/EuroBERT/EuroBERT-2.1B) - 2.1 billion parameters
47
 
48
+ For more information about EuroBERT, please check our [blog](https://huggingface.co/blog/EuroBERT/release) post and the [arXiv](https://arxiv.org/abs/2503.05500) preprint.
49
 
50
  ## Usage
51
 
 
115
  If you use EuroBERT in your work, please cite:
116
 
117
  ```
118
+ @misc{boizard2025eurobertscalingmultilingualencoders,
119
+ title={EuroBERT: Scaling Multilingual Encoders for European Languages},
120
+ author={Nicolas Boizard and Hippolyte Gisserot-Boukhlef and Duarte M. Alves and André Martins and Ayoub Hammal and Caio Corro and Céline Hudelot and Emmanuel Malherbe and Etienne Malaboeuf and Fanny Jourdan and Gabriel Hautreux and João Alves and Kevin El-Haddad and Manuel Faysse and Maxime Peyrard and Nuno M. Guerreiro and Patrick Fernandes and Ricardo Rei and Pierre Colombo},
121
+ year={2025},
122
+ eprint={2503.05500},
123
+ archivePrefix={arXiv},
124
+ primaryClass={cs.CL},
125
+ url={https://arxiv.org/abs/2503.05500},
126
+ }
127
  ```