Update README.md
Browse files
README.md
CHANGED
@@ -85,8 +85,16 @@ This repo contains GGUF format model files for [ibm/PowerLM-3b](https://huggingf
|
|
85 |
|
86 |
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).
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
## Prompt template
|
89 |
|
|
|
90 |
```
|
91 |
|
92 |
```
|
@@ -95,18 +103,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
95 |
|
96 |
| Filename | Quant type | File Size | Description |
|
97 |
| -------- | ---------- | --------- | ----------- |
|
98 |
-
| [PowerLM-3b-Q2_K.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
99 |
-
| [PowerLM-3b-Q3_K_S.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
100 |
-
| [PowerLM-3b-Q3_K_M.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
101 |
-
| [PowerLM-3b-Q3_K_L.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
102 |
-
| [PowerLM-3b-Q4_0.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
103 |
-
| [PowerLM-3b-Q4_K_S.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
104 |
-
| [PowerLM-3b-Q4_K_M.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
105 |
-
| [PowerLM-3b-Q5_0.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
106 |
-
| [PowerLM-3b-Q5_K_S.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
107 |
-
| [PowerLM-3b-Q5_K_M.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
108 |
-
| [PowerLM-3b-Q6_K.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
109 |
-
| [PowerLM-3b-Q8_0.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/
|
110 |
|
111 |
|
112 |
## Downloading instruction
|
|
|
85 |
|
86 |
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).
|
87 |
|
88 |
+
|
89 |
+
<div style="text-align: left; margin: 20px 0;">
|
90 |
+
<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;">
|
91 |
+
Run them on the TensorBlock client using your local machine ↗
|
92 |
+
</a>
|
93 |
+
</div>
|
94 |
+
|
95 |
## Prompt template
|
96 |
|
97 |
+
|
98 |
```
|
99 |
|
100 |
```
|
|
|
103 |
|
104 |
| Filename | Quant type | File Size | Description |
|
105 |
| -------- | ---------- | --------- | ----------- |
|
106 |
+
| [PowerLM-3b-Q2_K.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q2_K.gguf) | Q2_K | 1.252 GB | smallest, significant quality loss - not recommended for most purposes |
|
107 |
+
| [PowerLM-3b-Q3_K_S.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q3_K_S.gguf) | Q3_K_S | 1.453 GB | very small, high quality loss |
|
108 |
+
| [PowerLM-3b-Q3_K_M.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q3_K_M.gguf) | Q3_K_M | 1.617 GB | very small, high quality loss |
|
109 |
+
| [PowerLM-3b-Q3_K_L.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q3_K_L.gguf) | Q3_K_L | 1.759 GB | small, substantial quality loss |
|
110 |
+
| [PowerLM-3b-Q4_0.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q4_0.gguf) | Q4_0 | 1.873 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
111 |
+
| [PowerLM-3b-Q4_K_S.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q4_K_S.gguf) | Q4_K_S | 1.888 GB | small, greater quality loss |
|
112 |
+
| [PowerLM-3b-Q4_K_M.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q4_K_M.gguf) | Q4_K_M | 2.001 GB | medium, balanced quality - recommended |
|
113 |
+
| [PowerLM-3b-Q5_0.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q5_0.gguf) | Q5_0 | 2.269 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
114 |
+
| [PowerLM-3b-Q5_K_S.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q5_K_S.gguf) | Q5_K_S | 2.269 GB | large, low quality loss - recommended |
|
115 |
+
| [PowerLM-3b-Q5_K_M.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q5_K_M.gguf) | Q5_K_M | 2.334 GB | large, very low quality loss - recommended |
|
116 |
+
| [PowerLM-3b-Q6_K.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q6_K.gguf) | Q6_K | 2.689 GB | very large, extremely low quality loss |
|
117 |
+
| [PowerLM-3b-Q8_0.gguf](https://huggingface.co/tensorblock/PowerLM-3b-GGUF/blob/main/PowerLM-3b-Q8_0.gguf) | Q8_0 | 3.481 GB | very large, extremely low quality loss - not recommended |
|
118 |
|
119 |
|
120 |
## Downloading instruction
|