morriszms commited on
Commit
26c232e
·
verified ·
1 Parent(s): 39dedb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -129,8 +129,16 @@ This repo contains GGUF format model files for [shadowml/BeagSake-7B](https://hu
129
 
130
  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).
131
 
 
 
 
 
 
 
 
132
  ## Prompt template
133
 
 
134
  ```
135
  <s>system
136
  {system_prompt}</s>
@@ -143,18 +151,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
143
 
144
  | Filename | Quant type | File Size | Description |
145
  | -------- | ---------- | --------- | ----------- |
146
- | [BeagSake-7B-Q2_K.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
147
- | [BeagSake-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
148
- | [BeagSake-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
149
- | [BeagSake-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
150
- | [BeagSake-7B-Q4_0.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
151
- | [BeagSake-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
152
- | [BeagSake-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
153
- | [BeagSake-7B-Q5_0.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
154
- | [BeagSake-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
155
- | [BeagSake-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
156
- | [BeagSake-7B-Q6_K.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
157
- | [BeagSake-7B-Q8_0.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/tree/main/BeagSake-7B-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
158
 
159
 
160
  ## Downloading instruction
 
129
 
130
  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).
131
 
132
+
133
+ <div style="text-align: left; margin: 20px 0;">
134
+ <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;">
135
+ Run them on the TensorBlock client using your local machine ↗
136
+ </a>
137
+ </div>
138
+
139
  ## Prompt template
140
 
141
+
142
  ```
143
  <s>system
144
  {system_prompt}</s>
 
151
 
152
  | Filename | Quant type | File Size | Description |
153
  | -------- | ---------- | --------- | ----------- |
154
+ | [BeagSake-7B-Q2_K.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
155
+ | [BeagSake-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
156
+ | [BeagSake-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
157
+ | [BeagSake-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
158
+ | [BeagSake-7B-Q4_0.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
159
+ | [BeagSake-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
160
+ | [BeagSake-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
161
+ | [BeagSake-7B-Q5_0.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
162
+ | [BeagSake-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
163
+ | [BeagSake-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
164
+ | [BeagSake-7B-Q6_K.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
165
+ | [BeagSake-7B-Q8_0.gguf](https://huggingface.co/tensorblock/BeagSake-7B-GGUF/blob/main/BeagSake-7B-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
166
 
167
 
168
  ## Downloading instruction