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

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
+ polka-1.1b-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ polka-1.1b-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ polka-1.1b-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ polka-1.1b-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ polka-1.1b-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ polka-1.1b-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ polka-1.1b-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ polka-1.1b-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ polka-1.1b-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ polka-1.1b-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ polka-1.1b-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ polka-1.1b-chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ - conversational
5
+ - polish
6
+ - TensorBlock
7
+ - GGUF
8
+ license: mit
9
+ language:
10
+ - pl
11
+ datasets:
12
+ - eryk-mazus/polka-dpo-v1
13
+ pipeline_tag: text-generation
14
+ inference: false
15
+ base_model: eryk-mazus/polka-1.1b-chat
16
+ ---
17
+
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+ <div style="display: flex; justify-content: space-between; width: 100%;">
22
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
23
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
24
+ 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>
25
+ </p>
26
+ </div>
27
+ </div>
28
+
29
+ ## eryk-mazus/polka-1.1b-chat - GGUF
30
+
31
+ This repo contains GGUF format model files for [eryk-mazus/polka-1.1b-chat](https://huggingface.co/eryk-mazus/polka-1.1b-chat).
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|>
40
+ <|im_start|>user
41
+ {prompt}<|im_end|>
42
+ <|im_start|>assistant
43
+ ```
44
+
45
+ ## Model file specification
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
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/polka-1.1b-chat-GGUF --include "polka-1.1b-chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/polka-1.1b-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
polka-1.1b-chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a6842a12291732f3ed6ee9c1610cf6cae1b637addacd92a03b8488197687ae7
3
+ size 460386432
polka-1.1b-chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd22eab1a2d58e72945ee18c6502f8868a5153d776def2c1cab96e979b38963
3
+ size 622258304
polka-1.1b-chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:490fb7a64ebf1f1bdb54061aae32eb0b95edfac7e87cc3d36b1c38c816b848ad
3
+ size 579135616
polka-1.1b-chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f97c83721d0c8bdc87a147107753e9b608309472f7936b9a232b90c2331a554b
3
+ size 530073728
polka-1.1b-chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5e26175d5ab8f7b6854905dd186dcbe1cc38178ccdf7f5c86bc00a70944ff8a
3
+ size 670695552
polka-1.1b-chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38e7b6fdd8c973cc42954af5b93d018539247e5c43c80ecebdf7d8bfa968050c
3
+ size 701784192
polka-1.1b-chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55eceb2c75efa6ca6d1c41ba2cee931b075641ee1979e4d45ed8401cc2e99ad8
3
+ size 673841280
polka-1.1b-chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:688ecec402514b2e75535d1d8d9c773f9a04e7dbc07c8c632f1164c8fba4b8bb
3
+ size 803045504
polka-1.1b-chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dda292a27c6fd47899a6c5c92ffec2e3ac819098245b8c3090fca3d1c84cc33
3
+ size 819060864
polka-1.1b-chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a678d1668f15d022c111fc0447c36c9e43c67ef8b508c19e3949ba4b122d832
3
+ size 803045504
polka-1.1b-chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45fbcb780e3f50667261f1ca6707b7cf17b4c875a4fe47653458f5ae80bea64a
3
+ size 943667328
polka-1.1b-chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:470774e2438e1fa72d1723541ae6a3c5a9922b3328b7dfb9b5f06767f5cfbeae
3
+ size 1221871744