Datasets:
Update README with arxiv info
Browse files
README.md
CHANGED
@@ -1913,18 +1913,20 @@ dataset = load_dataset("OpenLLM-France/Lucie-Training-Dataset", name, revision="
|
|
1913 |
|
1914 |
When using the Lucie Training Dataset, please cite the following paper:
|
1915 |
|
1916 |
-
✍ Olivier Gouvert, Julie Hunter, Jérôme Louradour,
|
1917 |
-
Evan Dufraisse, Yaya Sy,
|
1918 |
-
|
1919 |
-
|
|
|
1920 |
```bibtex
|
1921 |
@misc{openllm2025lucie,
|
1922 |
-
title={The Lucie-7B LLM and the Lucie Training Dataset:
|
1923 |
-
|
1924 |
-
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é},
|
1925 |
year={2025},
|
|
|
1926 |
archivePrefix={arXiv},
|
1927 |
-
primaryClass={cs.CL}
|
|
|
1928 |
}
|
1929 |
```
|
1930 |
|
|
|
1913 |
|
1914 |
When using the Lucie Training Dataset, please cite the following paper:
|
1915 |
|
1916 |
+
✍ Olivier Gouvert, Julie Hunter, Jérôme Louradour,
|
1917 |
+
Christophe Cérisara, Evan Dufraisse, Yaya Sy,
|
1918 |
+
Laura Rivière, Jean-Pierre Lorré (2025).
|
1919 |
+
[The Lucie-7B LLM and the Lucie Training Dataset:
|
1920 |
+
Open resources for multilingual language generation](https://arxiv.org/abs/2503.12294). arxiv:2503.12294.
|
1921 |
```bibtex
|
1922 |
@misc{openllm2025lucie,
|
1923 |
+
title={The Lucie-7B LLM and the Lucie Training Dataset: Open resources for multilingual language generation},
|
1924 |
+
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},
|
|
|
1925 |
year={2025},
|
1926 |
+
eprint={2503.12294},
|
1927 |
archivePrefix={arXiv},
|
1928 |
+
primaryClass={cs.CL},
|
1929 |
+
url={https://arxiv.org/abs/2503.12294},
|
1930 |
}
|
1931 |
```
|
1932 |
|