morriszms commited on
Commit
cf367e2
·
verified ·
1 Parent(s): 7706309

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
+ pygmalion-1.3b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pygmalion-1.3b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pygmalion-1.3b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pygmalion-1.3b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pygmalion-1.3b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pygmalion-1.3b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pygmalion-1.3b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pygmalion-1.3b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pygmalion-1.3b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pygmalion-1.3b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pygmalion-1.3b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pygmalion-1.3b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - text generation
7
+ - conversational
8
+ - TensorBlock
9
+ - GGUF
10
+ inference: false
11
+ base_model: PygmalionAI/pygmalion-1.3b
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## PygmalionAI/pygmalion-1.3b - GGUF
26
+
27
+ This repo contains GGUF format model files for [PygmalionAI/pygmalion-1.3b](https://huggingface.co/PygmalionAI/pygmalion-1.3b).
28
+
29
+ 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).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [pygmalion-1.3b-Q2_K.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q2_K.gguf) | Q2_K | 0.531 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [pygmalion-1.3b-Q3_K_S.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q3_K_S.gguf) | Q3_K_S | 0.607 GB | very small, high quality loss |
49
+ | [pygmalion-1.3b-Q3_K_M.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q3_K_M.gguf) | Q3_K_M | 0.709 GB | very small, high quality loss |
50
+ | [pygmalion-1.3b-Q3_K_L.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q3_K_L.gguf) | Q3_K_L | 0.766 GB | small, substantial quality loss |
51
+ | [pygmalion-1.3b-Q4_0.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q4_0.gguf) | Q4_0 | 0.770 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [pygmalion-1.3b-Q4_K_S.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q4_K_S.gguf) | Q4_K_S | 0.775 GB | small, greater quality loss |
53
+ | [pygmalion-1.3b-Q4_K_M.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q4_K_M.gguf) | Q4_K_M | 0.853 GB | medium, balanced quality - recommended |
54
+ | [pygmalion-1.3b-Q5_0.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q5_0.gguf) | Q5_0 | 0.922 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [pygmalion-1.3b-Q5_K_S.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q5_K_S.gguf) | Q5_K_S | 0.922 GB | large, low quality loss - recommended |
56
+ | [pygmalion-1.3b-Q5_K_M.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q5_K_M.gguf) | Q5_K_M | 0.984 GB | large, very low quality loss - recommended |
57
+ | [pygmalion-1.3b-Q6_K.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q6_K.gguf) | Q6_K | 1.084 GB | very large, extremely low quality loss |
58
+ | [pygmalion-1.3b-Q8_0.gguf](https://huggingface.co/tensorblock/pygmalion-1.3b-GGUF/blob/main/pygmalion-1.3b-Q8_0.gguf) | Q8_0 | 1.403 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/pygmalion-1.3b-GGUF --include "pygmalion-1.3b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/pygmalion-1.3b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
pygmalion-1.3b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f9ebe5a20a385943927c49a53d00be30483ad5b905330ecd886c71eefb0503f
3
+ size 570152480
pygmalion-1.3b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:333f22110748211416226572ca761ffd92684bfd793dd59cbda3654419a2022c
3
+ size 822050336
pygmalion-1.3b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:193e26daa1924996bd0d9204243b8c59b3c184ccae5159b124d7b63656a7f18f
3
+ size 761232928
pygmalion-1.3b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb93b60f6cb02b2938f7a3b93709a67d695b19c665d7e7b5570d65d0177e131
3
+ size 652181024
pygmalion-1.3b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006dc3b4cf07d6899cea8ae4b69314b75d99eb666dd53efaaa02155b484f3bbd
3
+ size 826295840
pygmalion-1.3b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e010602d61bf442dc302c05e711ae97388efc5cdcc05429df3a8205f1184842
3
+ size 915949088
pygmalion-1.3b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8bde4615d8a0046c4fe0ac70af1ae793b3354d7dbf72fbacc426abd5a46a71a
3
+ size 832587296
pygmalion-1.3b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2392cbd7db8f4d3632d90ffb380695c1409eea80e67018187c96ea87227bf645
3
+ size 990168608
pygmalion-1.3b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b8f5e53b5bf85193b26ff0a1750db4036201645c0911a5da7f2f43d0db0f3e9
3
+ size 1057015328
pygmalion-1.3b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56ac00f1abffe2f044c4516252aed086c04af4125a323ef79d7042b78ff356ea
3
+ size 990168608
pygmalion-1.3b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26890bac9030f96f80c7ec88369127149a32d57837ccf24d03204dfaf0a02eaa
3
+ size 1164283424
pygmalion-1.3b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72d094729c7ba7a5321261baaaa6279ad8db5166e6ba11a63c11ae98b5adbdce
3
+ size 1506737696