Text Generation
GGUF
Dutch
trl
fietje
alignment-handbook
dpo
TensorBlock
GGUF
conversational
morriszms commited on
Commit
17fae58
·
verified ·
1 Parent(s): 2a7e703

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ fietje-2-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ fietje-2-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ fietje-2-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ fietje-2-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ fietje-2-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ fietje-2-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ fietje-2-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ fietje-2-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ fietje-2-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ fietje-2-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ fietje-2-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ fietje-2-chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - nl
4
+ license: mit
5
+ tags:
6
+ - trl
7
+ - fietje
8
+ - alignment-handbook
9
+ - dpo
10
+ - TensorBlock
11
+ - GGUF
12
+ base_model: BramVanroy/fietje-2-chat
13
+ datasets:
14
+ - BramVanroy/ultra_feedback_dutch_cleaned
15
+ - BramVanroy/orca_dpo_pairs_dutch_cleaned
16
+ pipeline_tag: text-generation
17
+ inference: false
18
+ model-index:
19
+ - name: fietje-2-chat
20
+ results: []
21
+ ---
22
+
23
+ <div style="width: auto; margin-left: auto; margin-right: auto">
24
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
25
+ </div>
26
+ <div style="display: flex; justify-content: space-between; width: 100%;">
27
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
28
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
29
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
30
+ </p>
31
+ </div>
32
+ </div>
33
+
34
+ ## BramVanroy/fietje-2-chat - GGUF
35
+
36
+ This repo contains GGUF format model files for [BramVanroy/fietje-2-chat](https://huggingface.co/BramVanroy/fietje-2-chat).
37
+
38
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
39
+
40
+ <div style="text-align: left; margin: 20px 0;">
41
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
42
+ Run them on the TensorBlock client using your local machine ↗
43
+ </a>
44
+ </div>
45
+
46
+ ## Prompt template
47
+
48
+ ```
49
+ <|im_start|>system
50
+ {system_prompt}<|im_end|>
51
+ <|im_start|>user
52
+ {prompt}<|im_end|>
53
+ <|im_start|>assistant
54
+ ```
55
+
56
+ ## Model file specification
57
+
58
+ | Filename | Quant type | File Size | Description |
59
+ | -------- | ---------- | --------- | ----------- |
60
+ | [fietje-2-chat-Q2_K.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q2_K.gguf) | Q2_K | 1.107 GB | smallest, significant quality loss - not recommended for most purposes |
61
+ | [fietje-2-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q3_K_S.gguf) | Q3_K_S | 1.248 GB | very small, high quality loss |
62
+ | [fietje-2-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q3_K_M.gguf) | Q3_K_M | 1.423 GB | very small, high quality loss |
63
+ | [fietje-2-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q3_K_L.gguf) | Q3_K_L | 1.572 GB | small, substantial quality loss |
64
+ | [fietje-2-chat-Q4_0.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q4_0.gguf) | Q4_0 | 1.599 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
65
+ | [fietje-2-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q4_K_S.gguf) | Q4_K_S | 1.616 GB | small, greater quality loss |
66
+ | [fietje-2-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q4_K_M.gguf) | Q4_K_M | 1.734 GB | medium, balanced quality - recommended |
67
+ | [fietje-2-chat-Q5_0.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q5_0.gguf) | Q5_0 | 1.930 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
68
+ | [fietje-2-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q5_K_S.gguf) | Q5_K_S | 1.930 GB | large, low quality loss - recommended |
69
+ | [fietje-2-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q5_K_M.gguf) | Q5_K_M | 2.000 GB | large, very low quality loss - recommended |
70
+ | [fietje-2-chat-Q6_K.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q6_K.gguf) | Q6_K | 2.281 GB | very large, extremely low quality loss |
71
+ | [fietje-2-chat-Q8_0.gguf](https://huggingface.co/tensorblock/fietje-2-chat-GGUF/blob/main/fietje-2-chat-Q8_0.gguf) | Q8_0 | 2.953 GB | very large, extremely low quality loss - not recommended |
72
+
73
+
74
+ ## Downloading instruction
75
+
76
+ ### Command line
77
+
78
+ Firstly, install Huggingface Client
79
+
80
+ ```shell
81
+ pip install -U "huggingface_hub[cli]"
82
+ ```
83
+
84
+ Then, downoad the individual model file the a local directory
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/fietje-2-chat-GGUF --include "fietje-2-chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
88
+ ```
89
+
90
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
91
+
92
+ ```shell
93
+ huggingface-cli download tensorblock/fietje-2-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
94
+ ```
fietje-2-chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac49a66be9ae5e97d7b65ff4552b466760b485be833875e690457508c28bc881
3
+ size 1107042912
fietje-2-chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:151d5f29b18edb2d1c0225965c795e4900f87fbc5734c070a947fab41b724d89
3
+ size 1572318528
fietje-2-chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7128087fc51768870631b95e3857a37ae5c07c7dceadf22134938da90f998b4
3
+ size 1423224128
fietje-2-chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80c0b9bb125d829a92588f75c7ba590e83ef5d0e75a75a23b0511971be56f170
3
+ size 1247915328
fietje-2-chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a13e7f393d0e0a770690b829662bd05cd1c9bfed9cdc26591eb0fdd039c2fca7
3
+ size 1599249888
fietje-2-chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b90ce443e25760381b698285893b2c7bf56f842a2811f92bd952f8e1b3e8fbcc
3
+ size 1734417888
fietje-2-chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03091b84bb7853e96c897a3d90c549d12c17fc31869af3572a477083769952c1
3
+ size 1615633888
fietje-2-chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13f61f7039d46b331fcfb63b18693b40179234aa459fae91fbc601c6228e48b5
3
+ size 1929917728
fietje-2-chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7687e07bf80f07752c5e7a8f3b72c70a8cc0d3037535ca0588d92f4b123ae2a7
3
+ size 1999549728
fietje-2-chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b7a6fc408d07ec45e6d64d2ce61a684a15ce834a503b9cb5b04a07590ac111
3
+ size 1929917728
fietje-2-chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ce800a00493cc6a07a41a22400b7929f02206f3b493de81bbb51a7973ecc53b
3
+ size 2281252320
fietje-2-chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78fde16af6a5a4ee881b25855ecf170ebe19b8bf08338b7dc77fd88ca4780675
3
+ size 2953105376