morriszms commited on
Commit
a5c865e
1 Parent(s): 1de74cc

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ polanka-qwen2-3b-v0.3-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ polanka-qwen2-3b-v0.3-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ polanka-qwen2-3b-v0.3-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ polanka-qwen2-3b-v0.3-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ polanka-qwen2-3b-v0.3-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ polanka-qwen2-3b-v0.3-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ polanka-qwen2-3b-v0.3-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ polanka-qwen2-3b-v0.3-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ polanka-qwen2-3b-v0.3-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ polanka-qwen2-3b-v0.3-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ polanka-qwen2-3b-v0.3-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ polanka-qwen2-3b-v0.3-chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - pl
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: piotr-ai/polanka-qwen2-3b-v0.3-chat
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## piotr-ai/polanka-qwen2-3b-v0.3-chat - GGUF
23
+
24
+ This repo contains GGUF format model files for [piotr-ai/polanka-qwen2-3b-v0.3-chat](https://huggingface.co/piotr-ai/polanka-qwen2-3b-v0.3-chat).
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|>
33
+ <|im_start|>user
34
+ {prompt}<|im_end|>
35
+ <|im_start|>assistant
36
+ ```
37
+
38
+ ## Model file specification
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
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF --include "polanka-qwen2-3b-v0.3-chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/polanka-qwen2-3b-v0.3-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
polanka-qwen2-3b-v0.3-chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d501e05eb3c1fe6964f255508be29e50025bd7c19c5506736de0f7f1d6954e
3
+ size 1483304672
polanka-qwen2-3b-v0.3-chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4976f202f9dada4590154ed0f193ca7584c16d373826321bda45972e24838cb7
3
+ size 1901930208
polanka-qwen2-3b-v0.3-chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc80d41ba87c0d4526d43557eaf6fc373c14cfad2833deddda99b9f94a4381fb
3
+ size 1799169760
polanka-qwen2-3b-v0.3-chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9c11982ad7bb1805ef361647c05d8586a2e75af55f8356878f624c3d9ac068
3
+ size 1689040608
polanka-qwen2-3b-v0.3-chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91f84f13855b4711533ac35a5e9501ad35ea047ca3c4d529f54a7159d7608da6
3
+ size 2070937312
polanka-qwen2-3b-v0.3-chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:205fca3fcc0dae8d7a9f9bc2b6a20ef1dd21cb78b1bd4db5eedfdf4d79887a45
3
+ size 2160824032
polanka-qwen2-3b-v0.3-chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0584a52f8f454027f67aec7f670a5cb1a06e605e84ce389e91d7294a2db7eeb5
3
+ size 2080341728
polanka-qwen2-3b-v0.3-chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7db3985f4cb554c512f938f2a3f9099f6be4b70d54f9c2966801c6dcfb4f473a
3
+ size 2430369504
polanka-qwen2-3b-v0.3-chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6daad46f6ba21f64e22d2bbae314d8d066d349b70e869344e7f50c04841285
3
+ size 2476674784
polanka-qwen2-3b-v0.3-chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68c295940677302e51fd334d015bdda486249536684bde9f52edfac6e5f0083c
3
+ size 2430369504
polanka-qwen2-3b-v0.3-chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca16a1bbd1db6d57ab8920883ed31af85b7b227fcb31fe985648ae9721fbff2e
3
+ size 2812266208
polanka-qwen2-3b-v0.3-chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dab62d7df49f2bba478baefdd0fcd697a3e897c3a740548e7150183609aee551
3
+ size 3640657632