Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,14 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
base_model: BramVanroy/llama2-13b-ft-mc4_nl_cleaned_tiny
|
4 |
tags:
|
5 |
-
-
|
6 |
-
- llama
|
7 |
-
- lora
|
8 |
-
- adapters
|
9 |
-
datasets:
|
10 |
-
- BramVanroy/dutch_chat_datasets
|
11 |
-
model-index:
|
12 |
-
- name: Llama-2-13b-chat-dutch
|
13 |
-
results: []
|
14 |
-
language:
|
15 |
-
- nl
|
16 |
-
inference: false
|
17 |
-
pipeline_tag: conversational
|
18 |
---
|
19 |
|
20 |
|
21 |
# Llama-2-13b-chat-dutch
|
22 |
|
|
|
|
|
23 |
This model is a fine-tuned version of [BramVanroy/llama2-13b-ft-mc4_nl_cleaned_tiny](https://huggingface.co/BramVanroy/llama2-13b-ft-mc4_nl_cleaned_tiny)
|
24 |
on the [BramVanroy/dutch_chat_datasets](https://huggingface.co/datasets/BramVanroy/dutch_chat_datasets) dataset on a context of 4096 tokens.
|
25 |
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.
|
|
|
1 |
---
|
2 |
+
pipeline_tag: text-generation
|
|
|
3 |
tags:
|
4 |
+
- conversational
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
|
8 |
# Llama-2-13b-chat-dutch
|
9 |
|
10 |
+
**NOTE 15/3**: I do not recommend the use of this model. It was created with limited compute and data. Instead, try the much more powerful [Mistral-based GEITje 7B Ultra](https://huggingface.co/BramVanroy/GEITje-7B-ultra)!
|
11 |
+
|
12 |
This model is a fine-tuned version of [BramVanroy/llama2-13b-ft-mc4_nl_cleaned_tiny](https://huggingface.co/BramVanroy/llama2-13b-ft-mc4_nl_cleaned_tiny)
|
13 |
on the [BramVanroy/dutch_chat_datasets](https://huggingface.co/datasets/BramVanroy/dutch_chat_datasets) dataset on a context of 4096 tokens.
|
14 |
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.
|