BramVanroy commited on
Commit
d416e4c
β€’
1 Parent(s): 17f54f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -6
README.md CHANGED
@@ -3,17 +3,39 @@ license: mit
3
  base_model: BramVanroy/fietje-2b
4
  tags:
5
  - trl
 
 
6
  - sft
7
- - generated_from_trainer
8
  datasets:
9
- - generator
 
 
10
  model-index:
11
- - name: fietje-2b-sft
12
  results: []
 
 
 
 
13
  ---
14
 
15
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
- should probably proofread and complete it, then remove this comment. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  # fietje-2b-sft
19
 
@@ -65,4 +87,4 @@ The following hyperparameters were used during training:
65
  - Transformers 4.39.1
66
  - Pytorch 2.1.2+cu121
67
  - Datasets 2.18.0
68
- - Tokenizers 0.15.2
 
3
  base_model: BramVanroy/fietje-2b
4
  tags:
5
  - trl
6
+ - fietje
7
+ - alignment-handbook
8
  - sft
 
9
  datasets:
10
+ - BramVanroy/ultrachat_200k_dutch
11
+ - BramVanroy/no_robots_dutch
12
+ - BramVanroy/belebele_dutch
13
  model-index:
14
+ - name: fietje-2b-instruct
15
  results: []
16
+ pipeline_tag: text-generation
17
+ inference: false
18
+ language:
19
+ - nl
20
  ---
21
 
22
+ <p align="center" style="margin:0;padding:0">
23
+ <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'"/>
24
+ </p>
25
+
26
+ <div style="margin:auto; text-align:center">
27
+ <h1 style="margin-bottom: 0">Fietje 2B Instruct</h1>
28
+ <em>An open and efficient LLM for Dutch</em>
29
+ </div>
30
+
31
+ <blockquote class="tip">
32
+ <p align="center">
33
+ <a rel="nofollow" href="https://huggingface.co/BramVanroy/fietje-2b">πŸ‘±β€β™€οΈ Base version</a> -
34
+ <a rel="nofollow" href="https://huggingface.co/BramVanroy/fietje-2b-instruct">πŸ€– Instruct version</a> (this one) -
35
+ <a rel="nofollow" href="https://huggingface.co/BramVanroy/fietje-2b-chat">πŸ’¬ Chat version</a> -
36
+ <a rel="nofollow" href="https://huggingface.co/BramVanroy/fietje-2b-chat-GGUF">πŸš€ GGUF of instruct model</a>
37
+ </p>
38
+ </blockquote>
39
 
40
  # fietje-2b-sft
41
 
 
87
  - Transformers 4.39.1
88
  - Pytorch 2.1.2+cu121
89
  - Datasets 2.18.0
90
+ - Tokenizers 0.15.2