morriszms commited on
Commit
4dae7b8
·
verified ·
1 Parent(s): 2c49919

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
+ penguin3.1.6n_7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ penguin3.1.6n_7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ penguin3.1.6n_7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ penguin3.1.6n_7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ penguin3.1.6n_7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ penguin3.1.6n_7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ penguin3.1.6n_7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ penguin3.1.6n_7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ penguin3.1.6n_7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ penguin3.1.6n_7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ penguin3.1.6n_7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ penguin3.1.6n_7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jingyeom/penguin3.1.6n_7b
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## jingyeom/penguin3.1.6n_7b - GGUF
20
+
21
+ This repo contains GGUF format model files for [jingyeom/penguin3.1.6n_7b](https://huggingface.co/jingyeom/penguin3.1.6n_7b).
22
+
23
+ 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).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+ <|im_start|>system
35
+ {system_prompt}<|im_end|>
36
+ <|im_start|>user
37
+ {prompt}<|im_end|>
38
+ <|im_start|>assistant
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [penguin3.1.6n_7b-Q2_K.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [penguin3.1.6n_7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
47
+ | [penguin3.1.6n_7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
48
+ | [penguin3.1.6n_7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
49
+ | [penguin3.1.6n_7b-Q4_0.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [penguin3.1.6n_7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
51
+ | [penguin3.1.6n_7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
52
+ | [penguin3.1.6n_7b-Q5_0.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [penguin3.1.6n_7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
54
+ | [penguin3.1.6n_7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
55
+ | [penguin3.1.6n_7b-Q6_K.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
56
+ | [penguin3.1.6n_7b-Q8_0.gguf](https://huggingface.co/tensorblock/penguin3.1.6n_7b-GGUF/blob/main/penguin3.1.6n_7b-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/penguin3.1.6n_7b-GGUF --include "penguin3.1.6n_7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/penguin3.1.6n_7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
penguin3.1.6n_7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09275c8f80e64bc41fcb4141db07acf699275c8ab49b3ccf1735e745ab4a0e0b
3
+ size 2719256576
penguin3.1.6n_7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b921e4efa56a0c27b67b430d98a8c46c131978e021c49ba5f9ba39239c95f822
3
+ size 3822040288
penguin3.1.6n_7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:478336f1ff78477c6dd0d2343cbe1db86eb2020945f7661654b19b2ff1ed5603
3
+ size 3519001824
penguin3.1.6n_7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf3790c9d4c2737efa5d30d6de2afcf761edf629c31f403a7bbaf7e8810bb49
3
+ size 3164583136
penguin3.1.6n_7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b91af41bf7cd21a5e4efc33bc3f0f15951443a51df07e5e74d9a81e6696d663
3
+ size 4108933952
penguin3.1.6n_7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:769b873a7b17db4a982a25c64e527d50a33039fdb0ebf3f2d0618bd2e3f5b3d4
3
+ size 4368456512
penguin3.1.6n_7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e051a7c1b5ff50b04f590c1391f93a141b0f98e093e61b66562d6b8f339689a
3
+ size 4140391232
penguin3.1.6n_7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1bba1c72cb9da66b9e68f55241427cb3b7305021b8f6bc7da9a6f34a6a6e55d
3
+ size 4997734720
penguin3.1.6n_7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49fd3b43fbba40eb2b62393f275628f8a1162e4a9f237ee2d1bdaf8967aee48e
3
+ size 5131428160
penguin3.1.6n_7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44f4420ce9c2ea2143c8c0f32a8b144e0a50e8af84a726ca41a089ad33cb7af0
3
+ size 4997734720
penguin3.1.6n_7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28353fa625b0f65b06a0bb0254babf3084167a33a8f5bdac4547c53c3c213e1a
3
+ size 5942085536
penguin3.1.6n_7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb9b533231dfb7dc43c40f0eb91d591e103a1d17718ec33d875b827016d73299
3
+ size 7695884000