morriszms commited on
Commit
85eaf91
·
verified ·
1 Parent(s): e363bbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -220,8 +220,16 @@ This repo contains GGUF format model files for [vicgalle/CarbonBeagle-11B](https
220
 
221
  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).
222
 
 
 
 
 
 
 
 
223
  ## Prompt template
224
 
 
225
  ```
226
  ### System:
227
  {system_prompt}
@@ -236,18 +244,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
236
 
237
  | Filename | Quant type | File Size | Description |
238
  | -------- | ---------- | --------- | ----------- |
239
- | [CarbonBeagle-11B-Q2_K.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
240
- | [CarbonBeagle-11B-Q3_K_S.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
241
- | [CarbonBeagle-11B-Q3_K_M.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
242
- | [CarbonBeagle-11B-Q3_K_L.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
243
- | [CarbonBeagle-11B-Q4_0.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
244
- | [CarbonBeagle-11B-Q4_K_S.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
245
- | [CarbonBeagle-11B-Q4_K_M.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
246
- | [CarbonBeagle-11B-Q5_0.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
247
- | [CarbonBeagle-11B-Q5_K_S.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
248
- | [CarbonBeagle-11B-Q5_K_M.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
249
- | [CarbonBeagle-11B-Q6_K.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
250
- | [CarbonBeagle-11B-Q8_0.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/tree/main/CarbonBeagle-11B-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
251
 
252
 
253
  ## Downloading instruction
 
220
 
221
  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).
222
 
223
+
224
+ <div style="text-align: left; margin: 20px 0;">
225
+ <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;">
226
+ Run them on the TensorBlock client using your local machine ↗
227
+ </a>
228
+ </div>
229
+
230
  ## Prompt template
231
 
232
+
233
  ```
234
  ### System:
235
  {system_prompt}
 
244
 
245
  | Filename | Quant type | File Size | Description |
246
  | -------- | ---------- | --------- | ----------- |
247
+ | [CarbonBeagle-11B-Q2_K.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
248
+ | [CarbonBeagle-11B-Q3_K_S.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
249
+ | [CarbonBeagle-11B-Q3_K_M.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
250
+ | [CarbonBeagle-11B-Q3_K_L.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
251
+ | [CarbonBeagle-11B-Q4_0.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
252
+ | [CarbonBeagle-11B-Q4_K_S.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
253
+ | [CarbonBeagle-11B-Q4_K_M.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
254
+ | [CarbonBeagle-11B-Q5_0.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
255
+ | [CarbonBeagle-11B-Q5_K_S.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
256
+ | [CarbonBeagle-11B-Q5_K_M.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
257
+ | [CarbonBeagle-11B-Q6_K.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
258
+ | [CarbonBeagle-11B-Q8_0.gguf](https://huggingface.co/tensorblock/CarbonBeagle-11B-GGUF/blob/main/CarbonBeagle-11B-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
259
 
260
 
261
  ## Downloading instruction