Update README.md
Browse files
README.md
CHANGED
@@ -28,8 +28,16 @@ This repo contains GGUF format model files for [chujiezheng/Smaug-34B-v0.1-ExPO]
|
|
28 |
|
29 |
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).
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
## Prompt template
|
32 |
|
|
|
33 |
```
|
34 |
[INST] <<SYS>>
|
35 |
{system_prompt}
|
@@ -42,18 +50,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
42 |
|
43 |
| Filename | Quant type | File Size | Description |
|
44 |
| -------- | ---------- | --------- | ----------- |
|
45 |
-
| [Smaug-34B-v0.1-ExPO-Q2_K.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
46 |
-
| [Smaug-34B-v0.1-ExPO-Q3_K_S.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
47 |
-
| [Smaug-34B-v0.1-ExPO-Q3_K_M.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
48 |
-
| [Smaug-34B-v0.1-ExPO-Q3_K_L.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
49 |
-
| [Smaug-34B-v0.1-ExPO-Q4_0.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
50 |
-
| [Smaug-34B-v0.1-ExPO-Q4_K_S.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
51 |
-
| [Smaug-34B-v0.1-ExPO-Q4_K_M.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
52 |
-
| [Smaug-34B-v0.1-ExPO-Q5_0.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
53 |
-
| [Smaug-34B-v0.1-ExPO-Q5_K_S.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
54 |
-
| [Smaug-34B-v0.1-ExPO-Q5_K_M.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
55 |
-
| [Smaug-34B-v0.1-ExPO-Q6_K.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
56 |
-
| [Smaug-34B-v0.1-ExPO-Q8_0.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/
|
57 |
|
58 |
|
59 |
## Downloading instruction
|
|
|
28 |
|
29 |
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).
|
30 |
|
31 |
+
|
32 |
+
<div style="text-align: left; margin: 20px 0;">
|
33 |
+
<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;">
|
34 |
+
Run them on the TensorBlock client using your local machine ↗
|
35 |
+
</a>
|
36 |
+
</div>
|
37 |
+
|
38 |
## Prompt template
|
39 |
|
40 |
+
|
41 |
```
|
42 |
[INST] <<SYS>>
|
43 |
{system_prompt}
|
|
|
50 |
|
51 |
| Filename | Quant type | File Size | Description |
|
52 |
| -------- | ---------- | --------- | ----------- |
|
53 |
+
| [Smaug-34B-v0.1-ExPO-Q2_K.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q2_K.gguf) | Q2_K | 11.944 GB | smallest, significant quality loss - not recommended for most purposes |
|
54 |
+
| [Smaug-34B-v0.1-ExPO-Q3_K_S.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q3_K_S.gguf) | Q3_K_S | 13.933 GB | very small, high quality loss |
|
55 |
+
| [Smaug-34B-v0.1-ExPO-Q3_K_M.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q3_K_M.gguf) | Q3_K_M | 15.511 GB | very small, high quality loss |
|
56 |
+
| [Smaug-34B-v0.1-ExPO-Q3_K_L.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q3_K_L.gguf) | Q3_K_L | 16.894 GB | small, substantial quality loss |
|
57 |
+
| [Smaug-34B-v0.1-ExPO-Q4_0.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q4_0.gguf) | Q4_0 | 18.130 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
58 |
+
| [Smaug-34B-v0.1-ExPO-Q4_K_S.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q4_K_S.gguf) | Q4_K_S | 18.253 GB | small, greater quality loss |
|
59 |
+
| [Smaug-34B-v0.1-ExPO-Q4_K_M.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q4_K_M.gguf) | Q4_K_M | 19.240 GB | medium, balanced quality - recommended |
|
60 |
+
| [Smaug-34B-v0.1-ExPO-Q5_0.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q5_0.gguf) | Q5_0 | 22.080 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
61 |
+
| [Smaug-34B-v0.1-ExPO-Q5_K_S.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q5_K_S.gguf) | Q5_K_S | 22.080 GB | large, low quality loss - recommended |
|
62 |
+
| [Smaug-34B-v0.1-ExPO-Q5_K_M.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q5_K_M.gguf) | Q5_K_M | 22.651 GB | large, very low quality loss - recommended |
|
63 |
+
| [Smaug-34B-v0.1-ExPO-Q6_K.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q6_K.gguf) | Q6_K | 26.276 GB | very large, extremely low quality loss |
|
64 |
+
| [Smaug-34B-v0.1-ExPO-Q8_0.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-ExPO-GGUF/blob/main/Smaug-34B-v0.1-ExPO-Q8_0.gguf) | Q8_0 | 34.033 GB | very large, extremely low quality loss - not recommended |
|
65 |
|
66 |
|
67 |
## Downloading instruction
|