Jeronymous
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -129,7 +129,23 @@ print(chat_response.choices[0].message.content)
|
|
129 |
|
130 |
## Citation
|
131 |
|
132 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
|
134 |
## Acknowledgements
|
135 |
|
|
|
129 |
|
130 |
## Citation
|
131 |
|
132 |
+
When using the Lucie-7B-Instruct model, please cite the following paper:
|
133 |
+
|
134 |
+
✍ Olivier Gouvert, Julie Hunter, Jérôme Louradour,
|
135 |
+
Evan Dufraisse, Yaya Sy, Pierre-Carl Langlais, Anastasia Stasenko,
|
136 |
+
Laura Rivière, Christophe Cerisara, Jean-Pierre Lorré (2025)
|
137 |
+
Lucie-7B LLM and its training dataset
|
138 |
+
```bibtex
|
139 |
+
@misc{openllm2023claire,
|
140 |
+
title={The Lucie-7B LLM and the Lucie Training Dataset:
|
141 |
+
open resources for multilingual language generation},
|
142 |
+
author={Olivier Gouvert and Julie Hunter and Jérôme Louradour and Evan Dufraisse and Yaya Sy and Pierre-Carl Langlais and Anastasia Stasenko and Laura Rivière and Christophe Cerisara and Jean-Pierre Lorré},
|
143 |
+
year={2025},
|
144 |
+
archivePrefix={arXiv},
|
145 |
+
primaryClass={cs.CL}
|
146 |
+
}
|
147 |
+
```
|
148 |
+
|
149 |
|
150 |
## Acknowledgements
|
151 |
|