morriszms commited on
Commit
a858827
1 Parent(s): 4c4895a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -32,8 +32,16 @@ This repo contains GGUF format model files for [eryk-mazus/polka-1.1b-chat](http
32
 
33
  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).
34
 
 
 
 
 
 
 
 
35
  ## Prompt template
36
 
 
37
  ```
38
  <|im_start|>system
39
  {system_prompt}<|im_end|>
@@ -46,18 +54,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
46
 
47
  | Filename | Quant type | File Size | Description |
48
  | -------- | ---------- | --------- | ----------- |
49
- | [polka-1.1b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q2_K.gguf) | Q2_K | 0.429 GB | smallest, significant quality loss - not recommended for most purposes |
50
- | [polka-1.1b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q3_K_S.gguf) | Q3_K_S | 0.494 GB | very small, high quality loss |
51
- | [polka-1.1b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q3_K_M.gguf) | Q3_K_M | 0.539 GB | very small, high quality loss |
52
- | [polka-1.1b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q3_K_L.gguf) | Q3_K_L | 0.580 GB | small, substantial quality loss |
53
- | [polka-1.1b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q4_0.gguf) | Q4_0 | 0.625 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
- | [polka-1.1b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q4_K_S.gguf) | Q4_K_S | 0.628 GB | small, greater quality loss |
55
- | [polka-1.1b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q4_K_M.gguf) | Q4_K_M | 0.654 GB | medium, balanced quality - recommended |
56
- | [polka-1.1b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q5_0.gguf) | Q5_0 | 0.748 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
- | [polka-1.1b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q5_K_S.gguf) | Q5_K_S | 0.748 GB | large, low quality loss - recommended |
58
- | [polka-1.1b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q5_K_M.gguf) | Q5_K_M | 0.763 GB | large, very low quality loss - recommended |
59
- | [polka-1.1b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q6_K.gguf) | Q6_K | 0.879 GB | very large, extremely low quality loss |
60
- | [polka-1.1b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/tree/main/polka-1.1b-chat-Q8_0.gguf) | Q8_0 | 1.138 GB | very large, extremely low quality loss - not recommended |
61
 
62
 
63
  ## Downloading instruction
 
32
 
33
  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).
34
 
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <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;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
  ## Prompt template
43
 
44
+
45
  ```
46
  <|im_start|>system
47
  {system_prompt}<|im_end|>
 
54
 
55
  | Filename | Quant type | File Size | Description |
56
  | -------- | ---------- | --------- | ----------- |
57
+ | [polka-1.1b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q2_K.gguf) | Q2_K | 0.429 GB | smallest, significant quality loss - not recommended for most purposes |
58
+ | [polka-1.1b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q3_K_S.gguf) | Q3_K_S | 0.494 GB | very small, high quality loss |
59
+ | [polka-1.1b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q3_K_M.gguf) | Q3_K_M | 0.539 GB | very small, high quality loss |
60
+ | [polka-1.1b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q3_K_L.gguf) | Q3_K_L | 0.580 GB | small, substantial quality loss |
61
+ | [polka-1.1b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q4_0.gguf) | Q4_0 | 0.625 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
+ | [polka-1.1b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q4_K_S.gguf) | Q4_K_S | 0.628 GB | small, greater quality loss |
63
+ | [polka-1.1b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q4_K_M.gguf) | Q4_K_M | 0.654 GB | medium, balanced quality - recommended |
64
+ | [polka-1.1b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q5_0.gguf) | Q5_0 | 0.748 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
+ | [polka-1.1b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q5_K_S.gguf) | Q5_K_S | 0.748 GB | large, low quality loss - recommended |
66
+ | [polka-1.1b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q5_K_M.gguf) | Q5_K_M | 0.763 GB | large, very low quality loss - recommended |
67
+ | [polka-1.1b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q6_K.gguf) | Q6_K | 0.879 GB | very large, extremely low quality loss |
68
+ | [polka-1.1b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/polka-1.1b-chat-GGUF/blob/main/polka-1.1b-chat-Q8_0.gguf) | Q8_0 | 1.138 GB | very large, extremely low quality loss - not recommended |
69
 
70
 
71
  ## Downloading instruction