Update README.md
Browse files
README.md
CHANGED
@@ -19,16 +19,24 @@ inference: false
|
|
19 |
|
20 |
|
21 |
<p align="center" style="margin:0;padding:0">
|
22 |
-
<img src="https://huggingface.co/BramVanroy/fietje-2b/resolve/main/img/fietje-2b-banner.png" alt="Fietje banner" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
23 |
</p>
|
24 |
|
25 |
<div style="margin:auto; text-align:center">
|
26 |
-
<h1 style="margin-bottom: 0">Fietje 2B</h1>
|
27 |
-
<em>An open and efficient LLM for Dutch.</em>
|
28 |
</div>
|
29 |
|
30 |
-
>
|
31 |
-
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
This model is an adapted version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2), finetuned for Dutch text generation. It was continue-pretrained on 28B Dutch tokens, which includes the full Dutch component of Wikipedia (accounting for around 15%), supplemented with Dutch tokens from CulturaX. A newer version of this dataset can be found [here](https://huggingface.co/datasets/BramVanroy/wikipedia_culturax_dutch), which also describes the filtering that took place.
|
34 |
|
|
|
19 |
|
20 |
|
21 |
<p align="center" style="margin:0;padding:0">
|
22 |
+
<img src="https://huggingface.co/BramVanroy/fietje-2b/resolve/main/img/fietje-2b-banner.png" alt="Fietje banner" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
23 |
</p>
|
24 |
|
25 |
<div style="margin:auto; text-align:center">
|
26 |
+
<h1 style="margin-bottom: 0">Fietje 2B</h1>
|
27 |
+
<em>An open and efficient LLM for Dutch.</em>
|
28 |
</div>
|
29 |
|
30 |
+
<blockquote class="tip">
|
31 |
+
<p align="center">
|
32 |
+
<a rel="nofollow" href="https://huggingface.co/BramVanroy/fietje-2b">π±ββοΈ Base version</a> (this one) -
|
33 |
+
<a rel="nofollow" href="https://huggingface.co/BramVanroy/fietje-2b-instruct">π€ Instruct version</a> -
|
34 |
+
<a rel="nofollow" href="https://huggingface.co/BramVanroy/fietje-2b-chat">π¬ Chat version</a> -
|
35 |
+
<a rel="nofollow" href="https://huggingface.co/BramVanroy/fietje-2b-GGUF">π GGUF of base model</a>
|
36 |
+
</p>
|
37 |
+
</blockquote>
|
38 |
+
|
39 |
+
|
40 |
|
41 |
This model is an adapted version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2), finetuned for Dutch text generation. It was continue-pretrained on 28B Dutch tokens, which includes the full Dutch component of Wikipedia (accounting for around 15%), supplemented with Dutch tokens from CulturaX. A newer version of this dataset can be found [here](https://huggingface.co/datasets/BramVanroy/wikipedia_culturax_dutch), which also describes the filtering that took place.
|
42 |
|