Update README.md
Browse files
README.md
CHANGED
@@ -27,8 +27,16 @@ This repo contains GGUF format model files for [Edentns/DataVortexS-10.7B-dpo-v1
|
|
27 |
|
28 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
## Prompt template
|
31 |
|
|
|
32 |
```
|
33 |
<|im_start|>system
|
34 |
{system_prompt}<|im_end|>
|
@@ -41,18 +49,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
41 |
|
42 |
| Filename | Quant type | File Size | Description |
|
43 |
| -------- | ---------- | --------- | ----------- |
|
44 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q2_K.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
45 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q3_K_S.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
46 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q3_K_M.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
47 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q3_K_L.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
48 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q4_0.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
49 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q4_K_S.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
50 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q4_K_M.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
51 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q5_0.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
52 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q5_K_S.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
53 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q5_K_M.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
54 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q6_K.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
55 |
-
| [DataVortexS-10.7B-dpo-v1.4-Q8_0.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/
|
56 |
|
57 |
|
58 |
## Downloading instruction
|
|
|
27 |
|
28 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
29 |
|
30 |
+
|
31 |
+
<div style="text-align: left; margin: 20px 0;">
|
32 |
+
<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;">
|
33 |
+
Run them on the TensorBlock client using your local machine ↗
|
34 |
+
</a>
|
35 |
+
</div>
|
36 |
+
|
37 |
## Prompt template
|
38 |
|
39 |
+
|
40 |
```
|
41 |
<|im_start|>system
|
42 |
{system_prompt}<|im_end|>
|
|
|
49 |
|
50 |
| Filename | Quant type | File Size | Description |
|
51 |
| -------- | ---------- | --------- | ----------- |
|
52 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q2_K.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q2_K.gguf) | Q2_K | 3.768 GB | smallest, significant quality loss - not recommended for most purposes |
|
53 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q3_K_S.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q3_K_S.gguf) | Q3_K_S | 4.387 GB | very small, high quality loss |
|
54 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q3_K_M.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q3_K_M.gguf) | Q3_K_M | 4.882 GB | very small, high quality loss |
|
55 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q3_K_L.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q3_K_L.gguf) | Q3_K_L | 5.306 GB | small, substantial quality loss |
|
56 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q4_0.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q4_0.gguf) | Q4_0 | 5.703 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
57 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q4_K_S.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q4_K_S.gguf) | Q4_K_S | 5.746 GB | small, greater quality loss |
|
58 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q4_K_M.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q4_K_M.gguf) | Q4_K_M | 6.065 GB | medium, balanced quality - recommended |
|
59 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q5_0.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q5_0.gguf) | Q5_0 | 6.941 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
60 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q5_K_S.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q5_K_S.gguf) | Q5_K_S | 6.941 GB | large, low quality loss - recommended |
|
61 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q5_K_M.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q5_K_M.gguf) | Q5_K_M | 7.128 GB | large, very low quality loss - recommended |
|
62 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q6_K.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q6_K.gguf) | Q6_K | 8.257 GB | very large, extremely low quality loss |
|
63 |
+
| [DataVortexS-10.7B-dpo-v1.4-Q8_0.gguf](https://huggingface.co/tensorblock/DataVortexS-10.7B-dpo-v1.4-GGUF/blob/main/DataVortexS-10.7B-dpo-v1.4-Q8_0.gguf) | Q8_0 | 10.694 GB | very large, extremely low quality loss - not recommended |
|
64 |
|
65 |
|
66 |
## Downloading instruction
|