BramVanroy
commited on
Commit
·
428508a
1
Parent(s):
690f70d
Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,21 @@ This model is a fine-tuned version of [BramVanroy/llama2-13b-ft-mc4_nl_cleaned_t
|
|
23 |
on the [BramVanroy/dutch_chat_datasets](https://huggingface.co/datasets/BramVanroy/dutch_chat_datasets) dataset on a context of 4096 tokens.
|
24 |
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.
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
## Model description
|
27 |
|
28 |
I could not get the original Llama 2 13B to produce much Dutch, even though the description paper indicates that it was trained on a (small) portion of Dutch data. I therefore
|
|
|
23 |
on the [BramVanroy/dutch_chat_datasets](https://huggingface.co/datasets/BramVanroy/dutch_chat_datasets) dataset on a context of 4096 tokens.
|
24 |
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.
|
25 |
|
26 |
+
If you use this model or refer to it, please use the following citation:
|
27 |
+
|
28 |
+
Bram Vanroy. (2023). Llama v2 13b: Finetuned on Dutch Conversational Data. Hugging Face. https://doi.org/10.57967/HF/1018
|
29 |
+
|
30 |
+
```bibtex
|
31 |
+
@misc{https://doi.org/10.57967/hf/1018,
|
32 |
+
doi = {10.57967/HF/1018},
|
33 |
+
url = {https://huggingface.co/BramVanroy/Llama-2-13b-chat-dutch},
|
34 |
+
author = {{Bram Vanroy}},
|
35 |
+
title = {{Llama} v2 13b: {Finetuned} on {Dutch} Conversational Data},
|
36 |
+
publisher = {{Hugging} {Face}},
|
37 |
+
year = {2023}
|
38 |
+
}
|
39 |
+
```
|
40 |
+
|
41 |
## Model description
|
42 |
|
43 |
I could not get the original Llama 2 13B to produce much Dutch, even though the description paper indicates that it was trained on a (small) portion of Dutch data. I therefore
|