Text Generation
GGUF
Polish
English
TensorBlock
GGUF
morriszms commited on
Commit
0d079d9
·
verified ·
1 Parent(s): f82104a

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ polka-1.1b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ polka-1.1b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ polka-1.1b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ polka-1.1b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ polka-1.1b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ polka-1.1b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ polka-1.1b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ polka-1.1b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ polka-1.1b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ polka-1.1b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ polka-1.1b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: eryk-mazus/polka-1.1b
4
+ datasets:
5
+ - allenai/MADLAD-400
6
+ - eryk-mazus/polka-pretrain-en-pl-v1
7
+ language:
8
+ - pl
9
+ - en
10
+ pipeline_tag: text-generation
11
+ widget:
12
+ - text: Wiedźmin 3 to fabularna gra akcji wyprodukowana
13
+ output:
14
+ text: ' przez studio CD Projekt RED. Akcja rozgrywa się w świecie fantasy, a jej
15
+ bohaterem jest Geralt z Rivii,'
16
+ - text: Gdy już będziecie w Warszawie, miejscem, które koniecznie musicie odwiedzić
17
+ jest
18
+ output:
19
+ text: ' Muzeum Powstania Warszawskiego. To jedyne tego typu muzeum w Europie'
20
+ tags:
21
+ - TensorBlock
22
+ - GGUF
23
+ ---
24
+
25
+ <div style="width: auto; margin-left: auto; margin-right: auto">
26
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
27
+ </div>
28
+ <div style="display: flex; justify-content: space-between; width: 100%;">
29
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
30
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
31
+ 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>
32
+ </p>
33
+ </div>
34
+ </div>
35
+
36
+ ## eryk-mazus/polka-1.1b - GGUF
37
+
38
+ This repo contains GGUF format model files for [eryk-mazus/polka-1.1b](https://huggingface.co/eryk-mazus/polka-1.1b).
39
+
40
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
41
+
42
+ <div style="text-align: left; margin: 20px 0;">
43
+ <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;">
44
+ Run them on the TensorBlock client using your local machine ↗
45
+ </a>
46
+ </div>
47
+
48
+ ## Prompt template
49
+
50
+ ```
51
+
52
+ ```
53
+
54
+ ## Model file specification
55
+
56
+ | Filename | Quant type | File Size | Description |
57
+ | -------- | ---------- | --------- | ----------- |
58
+ | [polka-1.1b-Q2_K.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q2_K.gguf) | Q2_K | 0.460 GB | smallest, significant quality loss - not recommended for most purposes |
59
+ | [polka-1.1b-Q3_K_S.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q3_K_S.gguf) | Q3_K_S | 0.530 GB | very small, high quality loss |
60
+ | [polka-1.1b-Q3_K_M.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q3_K_M.gguf) | Q3_K_M | 0.579 GB | very small, high quality loss |
61
+ | [polka-1.1b-Q3_K_L.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q3_K_L.gguf) | Q3_K_L | 0.622 GB | small, substantial quality loss |
62
+ | [polka-1.1b-Q4_0.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q4_0.gguf) | Q4_0 | 0.671 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
63
+ | [polka-1.1b-Q4_K_S.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q4_K_S.gguf) | Q4_K_S | 0.674 GB | small, greater quality loss |
64
+ | [polka-1.1b-Q4_K_M.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q4_K_M.gguf) | Q4_K_M | 0.702 GB | medium, balanced quality - recommended |
65
+ | [polka-1.1b-Q5_0.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q5_0.gguf) | Q5_0 | 0.803 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
66
+ | [polka-1.1b-Q5_K_S.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q5_K_S.gguf) | Q5_K_S | 0.803 GB | large, low quality loss - recommended |
67
+ | [polka-1.1b-Q5_K_M.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q5_K_M.gguf) | Q5_K_M | 0.819 GB | large, very low quality loss - recommended |
68
+ | [polka-1.1b-Q6_K.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q6_K.gguf) | Q6_K | 0.944 GB | very large, extremely low quality loss |
69
+ | [polka-1.1b-Q8_0.gguf](https://huggingface.co/tensorblock/polka-1.1b-GGUF/blob/main/polka-1.1b-Q8_0.gguf) | Q8_0 | 1.222 GB | very large, extremely low quality loss - not recommended |
70
+
71
+
72
+ ## Downloading instruction
73
+
74
+ ### Command line
75
+
76
+ Firstly, install Huggingface Client
77
+
78
+ ```shell
79
+ pip install -U "huggingface_hub[cli]"
80
+ ```
81
+
82
+ Then, downoad the individual model file the a local directory
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/polka-1.1b-GGUF --include "polka-1.1b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
86
+ ```
87
+
88
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
89
+
90
+ ```shell
91
+ huggingface-cli download tensorblock/polka-1.1b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
92
+ ```
polka-1.1b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e696808544f8770dc6687bc1afddc4be408592c480759fa3b5cd6f64c2500f03
3
+ size 460386528
polka-1.1b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f91d7824e617208bf1c8571851897888f3b4fce49ea69b9a8830e67abd71dd9
3
+ size 622258400
polka-1.1b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00317fc084e8dea912f8c973363fc2e56f3f0609c4607cd1bf8cc56c7f74ac8
3
+ size 579135712
polka-1.1b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ec68b5e8ec2a67bbd06d387c5ec29a66fa8f4c267798dc87169efcca26710f
3
+ size 530073824
polka-1.1b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13100883d5b11b4c32b0e51e9f5720ac014362e73ec92a15f00b17704cb53750
3
+ size 670695648
polka-1.1b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb9f3e0270d7f8575e40b999780192f95d2ee70f7ef044dd1266d4af622da70
3
+ size 701784288
polka-1.1b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:171f23662906f3ccfe7ecf703f6e6052088e24b381431548a8250029159613e8
3
+ size 673841376
polka-1.1b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13fec71fd85dfbd2a7dc3ad5b7a28c4a767f4903b2c1ceaf5692e54ccf258538
3
+ size 803045600
polka-1.1b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a518aee2d83a3c730641d1bcc2fe53f221f64a7d47d0f02f81aeb3b4fbbe7b40
3
+ size 819060960
polka-1.1b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6a8b0cdadd7cf0e8dfe1838dbec7eb600c1220f07b2b7c0950bbabd30cc34a3
3
+ size 803045600
polka-1.1b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:617795345d81f040bb1c892a5bc60a1e41d45f126615cd192d13f5d919093913
3
+ size 943667424
polka-1.1b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:435902a67e9d4bbdc16b88f9531ee95ec55e5676a7fc484bb86023fdca3fdd3d
3
+ size 1221871840