morriszms commited on
Commit
0a095ee
1 Parent(s): a5c865e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -25,8 +25,16 @@ This repo contains GGUF format model files for [piotr-ai/polanka-qwen2-3b-v0.3-c
25
 
26
  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).
27
 
 
 
 
 
 
 
 
28
  ## Prompt template
29
 
 
30
  ```
31
  <|im_start|>system
32
  {system_prompt}<|im_end|>
@@ -39,18 +47,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
39
 
40
  | Filename | Quant type | File Size | Description |
41
  | -------- | ---------- | --------- | ----------- |
42
- | [polanka-qwen2-3b-v0.3-chat-Q2_K.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q2_K.gguf) | Q2_K | 1.381 GB | smallest, significant quality loss - not recommended for most purposes |
43
- | [polanka-qwen2-3b-v0.3-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q3_K_S.gguf) | Q3_K_S | 1.573 GB | very small, high quality loss |
44
- | [polanka-qwen2-3b-v0.3-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q3_K_M.gguf) | Q3_K_M | 1.676 GB | very small, high quality loss |
45
- | [polanka-qwen2-3b-v0.3-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q3_K_L.gguf) | Q3_K_L | 1.771 GB | small, substantial quality loss |
46
- | [polanka-qwen2-3b-v0.3-chat-Q4_0.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q4_0.gguf) | Q4_0 | 1.929 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
- | [polanka-qwen2-3b-v0.3-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q4_K_S.gguf) | Q4_K_S | 1.937 GB | small, greater quality loss |
48
- | [polanka-qwen2-3b-v0.3-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q4_K_M.gguf) | Q4_K_M | 2.012 GB | medium, balanced quality - recommended |
49
- | [polanka-qwen2-3b-v0.3-chat-Q5_0.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q5_0.gguf) | Q5_0 | 2.263 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
- | [polanka-qwen2-3b-v0.3-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q5_K_S.gguf) | Q5_K_S | 2.263 GB | large, low quality loss - recommended |
51
- | [polanka-qwen2-3b-v0.3-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q5_K_M.gguf) | Q5_K_M | 2.307 GB | large, very low quality loss - recommended |
52
- | [polanka-qwen2-3b-v0.3-chat-Q6_K.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q6_K.gguf) | Q6_K | 2.619 GB | very large, extremely low quality loss |
53
- | [polanka-qwen2-3b-v0.3-chat-Q8_0.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/tree/main/polanka-qwen2-3b-v0.3-chat-Q8_0.gguf) | Q8_0 | 3.391 GB | very large, extremely low quality loss - not recommended |
54
 
55
 
56
  ## Downloading instruction
 
25
 
26
  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).
27
 
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
  ## Prompt template
36
 
37
+
38
  ```
39
  <|im_start|>system
40
  {system_prompt}<|im_end|>
 
47
 
48
  | Filename | Quant type | File Size | Description |
49
  | -------- | ---------- | --------- | ----------- |
50
+ | [polanka-qwen2-3b-v0.3-chat-Q2_K.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q2_K.gguf) | Q2_K | 1.381 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [polanka-qwen2-3b-v0.3-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q3_K_S.gguf) | Q3_K_S | 1.573 GB | very small, high quality loss |
52
+ | [polanka-qwen2-3b-v0.3-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q3_K_M.gguf) | Q3_K_M | 1.676 GB | very small, high quality loss |
53
+ | [polanka-qwen2-3b-v0.3-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q3_K_L.gguf) | Q3_K_L | 1.771 GB | small, substantial quality loss |
54
+ | [polanka-qwen2-3b-v0.3-chat-Q4_0.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q4_0.gguf) | Q4_0 | 1.929 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [polanka-qwen2-3b-v0.3-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q4_K_S.gguf) | Q4_K_S | 1.937 GB | small, greater quality loss |
56
+ | [polanka-qwen2-3b-v0.3-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q4_K_M.gguf) | Q4_K_M | 2.012 GB | medium, balanced quality - recommended |
57
+ | [polanka-qwen2-3b-v0.3-chat-Q5_0.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q5_0.gguf) | Q5_0 | 2.263 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [polanka-qwen2-3b-v0.3-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q5_K_S.gguf) | Q5_K_S | 2.263 GB | large, low quality loss - recommended |
59
+ | [polanka-qwen2-3b-v0.3-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q5_K_M.gguf) | Q5_K_M | 2.307 GB | large, very low quality loss - recommended |
60
+ | [polanka-qwen2-3b-v0.3-chat-Q6_K.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q6_K.gguf) | Q6_K | 2.619 GB | very large, extremely low quality loss |
61
+ | [polanka-qwen2-3b-v0.3-chat-Q8_0.gguf](https://huggingface.co/tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF/blob/main/polanka-qwen2-3b-v0.3-chat-Q8_0.gguf) | Q8_0 | 3.391 GB | very large, extremely low quality loss - not recommended |
62
 
63
 
64
  ## Downloading instruction