BramVanroy
commited on
Commit
•
90143d5
1
Parent(s):
6e2f005
Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,21 @@ This model is a fine-tuned version of [meta-llama/Llama-2-13b-hf](https://huggin
|
|
22 |
on the [yhavinga/mc4_nl_cleaned](https://huggingface.co/datasets/yhavinga/mc4_nl_cleaned/viewer/tiny/train) dataset (`tiny` partition) on a context of 4096 tokens.
|
23 |
See the original [meta-llama/Llama-2-13b-hf](https://huggingface.co/meta-llama/Llama-2-13b-hf) for more information, intended use, and biases.
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
While Llama 2 already contains some proficiency in Dutch, this finetune is intended to improve the fluency of Dutch (not increase its knowledge). It is therefore
|
|
|
22 |
on the [yhavinga/mc4_nl_cleaned](https://huggingface.co/datasets/yhavinga/mc4_nl_cleaned/viewer/tiny/train) dataset (`tiny` partition) on a context of 4096 tokens.
|
23 |
See the original [meta-llama/Llama-2-13b-hf](https://huggingface.co/meta-llama/Llama-2-13b-hf) for more information, intended use, and biases.
|
24 |
|
25 |
+
If you use this model or refer to it, please use the following citation:
|
26 |
+
|
27 |
+
Vanroy, B. (2023). *Language Resources for Dutch Large Language Modelling*. [https://arxiv.org/abs/2312.12852](https://arxiv.org/abs/2312.12852)
|
28 |
+
|
29 |
+
```bibtext
|
30 |
+
@misc{vanroy2023language,
|
31 |
+
title={Language Resources for {Dutch} Large Language Modelling},
|
32 |
+
author={Bram Vanroy},
|
33 |
+
year={2023},
|
34 |
+
eprint={2312.12852},
|
35 |
+
archivePrefix={arXiv},
|
36 |
+
primaryClass={cs.CL}
|
37 |
+
}
|
38 |
+
```
|
39 |
+
|
40 |
## Intended uses & limitations
|
41 |
|
42 |
While Llama 2 already contains some proficiency in Dutch, this finetune is intended to improve the fluency of Dutch (not increase its knowledge). It is therefore
|