Update README.md
Browse files
README.md
CHANGED
|
@@ -109,3 +109,17 @@ This model was not post-trained. For an instruction-following version of this mo
|
|
| 109 |
## Bias, Risks, and Limitations
|
| 110 |
|
| 111 |
EuroLLM-22B has not been aligned to human preferences, so the model may generate problematic outputs (e.g., hallucinations, harmful content, or false statements).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
## Bias, Risks, and Limitations
|
| 110 |
|
| 111 |
EuroLLM-22B has not been aligned to human preferences, so the model may generate problematic outputs (e.g., hallucinations, harmful content, or false statements).
|
| 112 |
+
|
| 113 |
+
## Citation
|
| 114 |
+
If you use our work, please cite:
|
| 115 |
+
```
|
| 116 |
+
@misc{ramos2026eurollm22btechnicalreport,
|
| 117 |
+
title={EuroLLM-22B: Technical Report},
|
| 118 |
+
author={Miguel Moura Ramos and Duarte M. Alves and Hippolyte Gisserot-Boukhlef and João Alves and Pedro Henrique Martins and Patrick Fernandes and José Pombal and Nuno M. Guerreiro and Ricardo Rei and Nicolas Boizard and Amin Farajian and Mateusz Klimaszewski and José G. C. de Souza and Barry Haddow and François Yvon and Pierre Colombo and Alexandra Birch and André F. T. Martins},
|
| 119 |
+
year={2026},
|
| 120 |
+
eprint={2602.05879},
|
| 121 |
+
archivePrefix={arXiv},
|
| 122 |
+
primaryClass={cs.CL},
|
| 123 |
+
url={https://arxiv.org/abs/2602.05879},
|
| 124 |
+
}
|
| 125 |
+
```
|