BramVanroy
commited on
Commit
·
723036b
1
Parent(s):
87eb8f9
Update content.py
Browse files- content.py +5 -4
content.py
CHANGED
@@ -61,10 +61,11 @@ Vanroy, B. (2023). *Language Resources for Dutch Large Language Modelling*. [htt
|
|
61 |
If you use the multilingual benchmarks, please cite the following paper:
|
62 |
|
63 |
```bibtex
|
64 |
-
@
|
65 |
-
|
66 |
-
|
67 |
-
|
|
|
68 |
}
|
69 |
```
|
70 |
"""
|
|
|
61 |
If you use the multilingual benchmarks, please cite the following paper:
|
62 |
|
63 |
```bibtex
|
64 |
+
@article{vanroy2023language,
|
65 |
+
title={Language Resources for {Dutch} Large Language Modelling},
|
66 |
+
author={Vanroy, Bram},
|
67 |
+
journal={arXiv preprint arXiv:2312.12852},
|
68 |
+
year={2023}
|
69 |
}
|
70 |
```
|
71 |
"""
|