Update README.md
Browse files
README.md
CHANGED
@@ -137,8 +137,16 @@ This repo contains GGUF format model files for [rinna/youri-7b](https://huggingf
|
|
137 |
|
138 |
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).
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
## Prompt template
|
141 |
|
|
|
142 |
```
|
143 |
|
144 |
```
|
@@ -147,18 +155,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
147 |
|
148 |
| Filename | Quant type | File Size | Description |
|
149 |
| -------- | ---------- | --------- | ----------- |
|
150 |
-
| [youri-7b-Q2_K.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
151 |
-
| [youri-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
152 |
-
| [youri-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
153 |
-
| [youri-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
154 |
-
| [youri-7b-Q4_0.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
155 |
-
| [youri-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
156 |
-
| [youri-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
157 |
-
| [youri-7b-Q5_0.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
158 |
-
| [youri-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
159 |
-
| [youri-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
160 |
-
| [youri-7b-Q6_K.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
161 |
-
| [youri-7b-Q8_0.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/
|
162 |
|
163 |
|
164 |
## Downloading instruction
|
|
|
137 |
|
138 |
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).
|
139 |
|
140 |
+
|
141 |
+
<div style="text-align: left; margin: 20px 0;">
|
142 |
+
<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;">
|
143 |
+
Run them on the TensorBlock client using your local machine ↗
|
144 |
+
</a>
|
145 |
+
</div>
|
146 |
+
|
147 |
## Prompt template
|
148 |
|
149 |
+
|
150 |
```
|
151 |
|
152 |
```
|
|
|
155 |
|
156 |
| Filename | Quant type | File Size | Description |
|
157 |
| -------- | ---------- | --------- | ----------- |
|
158 |
+
| [youri-7b-Q2_K.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
|
159 |
+
| [youri-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
|
160 |
+
| [youri-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
|
161 |
+
| [youri-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
|
162 |
+
| [youri-7b-Q4_0.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
163 |
+
| [youri-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
|
164 |
+
| [youri-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
|
165 |
+
| [youri-7b-Q5_0.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
166 |
+
| [youri-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
|
167 |
+
| [youri-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
|
168 |
+
| [youri-7b-Q6_K.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
|
169 |
+
| [youri-7b-Q8_0.gguf](https://huggingface.co/tensorblock/youri-7b-GGUF/blob/main/youri-7b-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
|
170 |
|
171 |
|
172 |
## Downloading instruction
|