matthieumeeus97
commited on
Commit
•
c81dee2
1
Parent(s):
18968f9
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ license: llama2
|
|
12 |
<em>A Llama-2/3-based family of Dutch language models</em>
|
13 |
</div>
|
14 |
|
15 |
-
##
|
16 |
|
17 |
We here present **ChocoLlama-2-7B-base**, a language-adapted version of Meta's Llama-2-7b, fine-tuned on a Dutch dataset of 104GB using LoRa.
|
18 |
Note that this is a base model, not optimized for conversational behavior.
|
@@ -27,7 +27,7 @@ tokenizer = AutoTokenizer.from_pretrained('ChocoLlama/ChocoLlama-2-7B-base')
|
|
27 |
model = AutoModelForCausalLM.from_pretrained('ChocoLlama/ChocoLlama-2-7B-base')
|
28 |
```
|
29 |
|
30 |
-
##
|
31 |
|
32 |
ChocoLlama is a family of open LLM's specifically adapted to Dutch, contributing to the state-of-the-art of Dutch open LLM's in their weight class.
|
33 |
|
|
|
12 |
<em>A Llama-2/3-based family of Dutch language models</em>
|
13 |
</div>
|
14 |
|
15 |
+
## ChocoLlama-2-7B-base: Getting Started
|
16 |
|
17 |
We here present **ChocoLlama-2-7B-base**, a language-adapted version of Meta's Llama-2-7b, fine-tuned on a Dutch dataset of 104GB using LoRa.
|
18 |
Note that this is a base model, not optimized for conversational behavior.
|
|
|
27 |
model = AutoModelForCausalLM.from_pretrained('ChocoLlama/ChocoLlama-2-7B-base')
|
28 |
```
|
29 |
|
30 |
+
## Model Details
|
31 |
|
32 |
ChocoLlama is a family of open LLM's specifically adapted to Dutch, contributing to the state-of-the-art of Dutch open LLM's in their weight class.
|
33 |
|