Update README with arxiv info
Browse files
README.md
CHANGED
@@ -168,18 +168,20 @@ print(chat_response.choices[0].message.content)
|
|
168 |
|
169 |
When using the Lucie-7B-Instruct-human-data model, please cite the following paper:
|
170 |
|
171 |
-
✍ Olivier Gouvert, Julie Hunter, Jérôme Louradour,
|
172 |
-
Evan Dufraisse, Yaya Sy,
|
173 |
-
|
174 |
-
|
|
|
175 |
```bibtex
|
176 |
@misc{openllm2025lucie,
|
177 |
-
title={The Lucie-7B LLM and the Lucie Training Dataset:
|
178 |
-
|
179 |
-
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é},
|
180 |
year={2025},
|
|
|
181 |
archivePrefix={arXiv},
|
182 |
-
primaryClass={cs.CL}
|
|
|
183 |
}
|
184 |
```
|
185 |
|
|
|
168 |
|
169 |
When using the Lucie-7B-Instruct-human-data model, please cite the following paper:
|
170 |
|
171 |
+
✍ Olivier Gouvert, Julie Hunter, Jérôme Louradour,
|
172 |
+
Christophe Cérisara, Evan Dufraisse, Yaya Sy,
|
173 |
+
Laura Rivière, Jean-Pierre Lorré (2025).
|
174 |
+
[The Lucie-7B LLM and the Lucie Training Dataset:
|
175 |
+
Open resources for multilingual language generation](https://arxiv.org/abs/2503.12294). arxiv:2503.12294.
|
176 |
```bibtex
|
177 |
@misc{openllm2025lucie,
|
178 |
+
title={The Lucie-7B LLM and the Lucie Training Dataset: Open resources for multilingual language generation},
|
179 |
+
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},
|
|
|
180 |
year={2025},
|
181 |
+
eprint={2503.12294},
|
182 |
archivePrefix={arXiv},
|
183 |
+
primaryClass={cs.CL},
|
184 |
+
url={https://arxiv.org/abs/2503.12294},
|
185 |
}
|
186 |
```
|
187 |
|