Text Generation
Transformers
GGUF
English
code
TensorBlock
GGUF
Eval Results
Inference Endpoints
morriszms commited on
Commit
3ac0a45
1 Parent(s): d7d6acf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -293,8 +293,16 @@ This repo contains GGUF format model files for [smallcloudai/Refact-1_6B-fim](ht
293
 
294
  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).
295
 
 
 
 
 
 
 
 
296
  ## Prompt template
297
 
 
298
  ```
299
 
300
  ```
@@ -303,18 +311,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
303
 
304
  | Filename | Quant type | File Size | Description |
305
  | -------- | ---------- | --------- | ----------- |
306
- | [Refact-1_6B-fim-Q2_K.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q2_K.gguf) | Q2_K | 0.581 GB | smallest, significant quality loss - not recommended for most purposes |
307
- | [Refact-1_6B-fim-Q3_K_S.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q3_K_S.gguf) | Q3_K_S | 0.673 GB | very small, high quality loss |
308
- | [Refact-1_6B-fim-Q3_K_M.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q3_K_M.gguf) | Q3_K_M | 0.739 GB | very small, high quality loss |
309
- | [Refact-1_6B-fim-Q3_K_L.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q3_K_L.gguf) | Q3_K_L | 0.795 GB | small, substantial quality loss |
310
- | [Refact-1_6B-fim-Q4_0.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q4_0.gguf) | Q4_0 | 0.857 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
311
- | [Refact-1_6B-fim-Q4_K_S.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q4_K_S.gguf) | Q4_K_S | 0.862 GB | small, greater quality loss |
312
- | [Refact-1_6B-fim-Q4_K_M.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q4_K_M.gguf) | Q4_K_M | 0.902 GB | medium, balanced quality - recommended |
313
- | [Refact-1_6B-fim-Q5_0.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q5_0.gguf) | Q5_0 | 1.030 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
314
- | [Refact-1_6B-fim-Q5_K_S.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q5_K_S.gguf) | Q5_K_S | 1.030 GB | large, low quality loss - recommended |
315
- | [Refact-1_6B-fim-Q5_K_M.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q5_K_M.gguf) | Q5_K_M | 1.053 GB | large, very low quality loss - recommended |
316
- | [Refact-1_6B-fim-Q6_K.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q6_K.gguf) | Q6_K | 1.214 GB | very large, extremely low quality loss |
317
- | [Refact-1_6B-fim-Q8_0.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/tree/main/Refact-1_6B-fim-Q8_0.gguf) | Q8_0 | 1.571 GB | very large, extremely low quality loss - not recommended |
318
 
319
 
320
  ## Downloading instruction
 
293
 
294
  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).
295
 
296
+
297
+ <div style="text-align: left; margin: 20px 0;">
298
+ <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;">
299
+ Run them on the TensorBlock client using your local machine ↗
300
+ </a>
301
+ </div>
302
+
303
  ## Prompt template
304
 
305
+
306
  ```
307
 
308
  ```
 
311
 
312
  | Filename | Quant type | File Size | Description |
313
  | -------- | ---------- | --------- | ----------- |
314
+ | [Refact-1_6B-fim-Q2_K.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q2_K.gguf) | Q2_K | 0.581 GB | smallest, significant quality loss - not recommended for most purposes |
315
+ | [Refact-1_6B-fim-Q3_K_S.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q3_K_S.gguf) | Q3_K_S | 0.673 GB | very small, high quality loss |
316
+ | [Refact-1_6B-fim-Q3_K_M.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q3_K_M.gguf) | Q3_K_M | 0.739 GB | very small, high quality loss |
317
+ | [Refact-1_6B-fim-Q3_K_L.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q3_K_L.gguf) | Q3_K_L | 0.795 GB | small, substantial quality loss |
318
+ | [Refact-1_6B-fim-Q4_0.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q4_0.gguf) | Q4_0 | 0.857 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
319
+ | [Refact-1_6B-fim-Q4_K_S.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q4_K_S.gguf) | Q4_K_S | 0.862 GB | small, greater quality loss |
320
+ | [Refact-1_6B-fim-Q4_K_M.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q4_K_M.gguf) | Q4_K_M | 0.902 GB | medium, balanced quality - recommended |
321
+ | [Refact-1_6B-fim-Q5_0.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q5_0.gguf) | Q5_0 | 1.030 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
322
+ | [Refact-1_6B-fim-Q5_K_S.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q5_K_S.gguf) | Q5_K_S | 1.030 GB | large, low quality loss - recommended |
323
+ | [Refact-1_6B-fim-Q5_K_M.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q5_K_M.gguf) | Q5_K_M | 1.053 GB | large, very low quality loss - recommended |
324
+ | [Refact-1_6B-fim-Q6_K.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q6_K.gguf) | Q6_K | 1.214 GB | very large, extremely low quality loss |
325
+ | [Refact-1_6B-fim-Q8_0.gguf](https://huggingface.co/tensorblock/Refact-1_6B-fim-GGUF/blob/main/Refact-1_6B-fim-Q8_0.gguf) | Q8_0 | 1.571 GB | very large, extremely low quality loss - not recommended |
326
 
327
 
328
  ## Downloading instruction