morriszms commited on
Commit
2b239aa
·
verified ·
1 Parent(s): 2cbaac9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -39,8 +39,16 @@ This repo contains GGUF format model files for [ikala/redpajama-3b-chat](https:/
39
 
40
  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).
41
 
 
 
 
 
 
 
 
42
  ## Prompt template
43
 
 
44
  ```
45
 
46
  ```
@@ -49,18 +57,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
49
 
50
  | Filename | Quant type | File Size | Description |
51
  | -------- | ---------- | --------- | ----------- |
52
- | [redpajama-3b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q2_K.gguf) | Q2_K | 1.012 GB | smallest, significant quality loss - not recommended for most purposes |
53
- | [redpajama-3b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q3_K_S.gguf) | Q3_K_S | 1.163 GB | very small, high quality loss |
54
- | [redpajama-3b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q3_K_M.gguf) | Q3_K_M | 1.376 GB | very small, high quality loss |
55
- | [redpajama-3b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q3_K_L.gguf) | Q3_K_L | 1.492 GB | small, substantial quality loss |
56
- | [redpajama-3b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q4_0.gguf) | Q4_0 | 1.490 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
- | [redpajama-3b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q4_K_S.gguf) | Q4_K_S | 1.502 GB | small, greater quality loss |
58
- | [redpajama-3b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q4_K_M.gguf) | Q4_K_M | 1.664 GB | medium, balanced quality - recommended |
59
- | [redpajama-3b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q5_0.gguf) | Q5_0 | 1.798 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
- | [redpajama-3b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q5_K_S.gguf) | Q5_K_S | 1.798 GB | large, low quality loss - recommended |
61
- | [redpajama-3b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q5_K_M.gguf) | Q5_K_M | 1.927 GB | large, very low quality loss - recommended |
62
- | [redpajama-3b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q6_K.gguf) | Q6_K | 2.125 GB | very large, extremely low quality loss |
63
- | [redpajama-3b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q8_0.gguf) | Q8_0 | 2.751 GB | very large, extremely low quality loss - not recommended |
64
 
65
 
66
  ## Downloading instruction
 
39
 
40
  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).
41
 
42
+
43
+ <div style="text-align: left; margin: 20px 0;">
44
+ <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;">
45
+ Run them on the TensorBlock client using your local machine ↗
46
+ </a>
47
+ </div>
48
+
49
  ## Prompt template
50
 
51
+
52
  ```
53
 
54
  ```
 
57
 
58
  | Filename | Quant type | File Size | Description |
59
  | -------- | ---------- | --------- | ----------- |
60
+ | [redpajama-3b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q2_K.gguf) | Q2_K | 1.012 GB | smallest, significant quality loss - not recommended for most purposes |
61
+ | [redpajama-3b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q3_K_S.gguf) | Q3_K_S | 1.163 GB | very small, high quality loss |
62
+ | [redpajama-3b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q3_K_M.gguf) | Q3_K_M | 1.376 GB | very small, high quality loss |
63
+ | [redpajama-3b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q3_K_L.gguf) | Q3_K_L | 1.492 GB | small, substantial quality loss |
64
+ | [redpajama-3b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q4_0.gguf) | Q4_0 | 1.490 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
65
+ | [redpajama-3b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q4_K_S.gguf) | Q4_K_S | 1.502 GB | small, greater quality loss |
66
+ | [redpajama-3b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q4_K_M.gguf) | Q4_K_M | 1.664 GB | medium, balanced quality - recommended |
67
+ | [redpajama-3b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q5_0.gguf) | Q5_0 | 1.798 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
68
+ | [redpajama-3b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q5_K_S.gguf) | Q5_K_S | 1.798 GB | large, low quality loss - recommended |
69
+ | [redpajama-3b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q5_K_M.gguf) | Q5_K_M | 1.927 GB | large, very low quality loss - recommended |
70
+ | [redpajama-3b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q6_K.gguf) | Q6_K | 2.125 GB | very large, extremely low quality loss |
71
+ | [redpajama-3b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/blob/main/redpajama-3b-chat-Q8_0.gguf) | Q8_0 | 2.751 GB | very large, extremely low quality loss - not recommended |
72
 
73
 
74
  ## Downloading instruction