Update README with arxiv info
Browse files
README.md
CHANGED
@@ -183,18 +183,20 @@ print(chat_response.choices[0].message.content)
|
|
183 |
|
184 |
When using the Lucie-7B-Instruct model, please cite the following paper:
|
185 |
|
186 |
-
✍ Olivier Gouvert, Julie Hunter, Jérôme Louradour,
|
187 |
-
Evan Dufraisse, Yaya Sy,
|
188 |
-
|
189 |
-
|
|
|
190 |
```bibtex
|
191 |
@misc{openllm2025lucie,
|
192 |
-
title={The Lucie-7B LLM and the Lucie Training Dataset:
|
193 |
-
|
194 |
-
author={Olivier Gouvert and Julie Hunter and Jérôme Louradour and Christophe Cérisara and Evan Dufraisse and Yaya Sy and Laura Rivière and Jean-Pierre Lorré},
|
195 |
year={2025},
|
|
|
196 |
archivePrefix={arXiv},
|
197 |
-
primaryClass={cs.CL}
|
|
|
198 |
}
|
199 |
```
|
200 |
|
|
|
183 |
|
184 |
When using the Lucie-7B-Instruct model, please cite the following paper:
|
185 |
|
186 |
+
✍ Olivier Gouvert, Julie Hunter, Jérôme Louradour,
|
187 |
+
Christophe Cérisara, Evan Dufraisse, Yaya Sy,
|
188 |
+
Laura Rivière, Jean-Pierre Lorré (2025).
|
189 |
+
[The Lucie-7B LLM and the Lucie Training Dataset:
|
190 |
+
Open resources for multilingual language generation](https://arxiv.org/abs/2503.12294). arxiv:2503.12294.
|
191 |
```bibtex
|
192 |
@misc{openllm2025lucie,
|
193 |
+
title={The Lucie-7B LLM and the Lucie Training Dataset: Open resources for multilingual language generation},
|
194 |
+
author={Olivier Gouvert and Julie Hunter and Jérôme Louradour and Christophe Cerisara and Evan Dufraisse and Yaya Sy and Laura Rivière and Jean-Pierre Lorré and OpenLLM-France community},
|
|
|
195 |
year={2025},
|
196 |
+
eprint={2503.12294},
|
197 |
archivePrefix={arXiv},
|
198 |
+
primaryClass={cs.CL},
|
199 |
+
url={https://arxiv.org/abs/2503.12294},
|
200 |
}
|
201 |
```
|
202 |
|