morriszms commited on
Commit
4ef60a8
1 Parent(s): b638f3f

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-2-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pygmalion-2-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pygmalion-2-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pygmalion-2-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pygmalion-2-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pygmalion-2-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pygmalion-2-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pygmalion-2-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pygmalion-2-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pygmalion-2-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pygmalion-2-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pygmalion-2-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - text generation
6
+ - instruct
7
+ - TensorBlock
8
+ - GGUF
9
+ pipeline_tag: text-generation
10
+ inference: false
11
+ license: llama2
12
+ datasets:
13
+ - PygmalionAI/PIPPA
14
+ - Open-Orca/OpenOrca
15
+ - Norquinal/claude_multiround_chat_30k
16
+ - jondurbin/airoboros-gpt4-1.4.1
17
+ - databricks/databricks-dolly-15k
18
+ base_model: PygmalionAI/pygmalion-2-7b
19
+ ---
20
+
21
+ <div style="width: auto; margin-left: auto; margin-right: auto">
22
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
23
+ </div>
24
+ <div style="display: flex; justify-content: space-between; width: 100%;">
25
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
26
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
27
+ 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>
28
+ </p>
29
+ </div>
30
+ </div>
31
+
32
+ ## PygmalionAI/pygmalion-2-7b - GGUF
33
+
34
+ This repo contains GGUF format model files for [PygmalionAI/pygmalion-2-7b](https://huggingface.co/PygmalionAI/pygmalion-2-7b).
35
+
36
+ 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).
37
+
38
+ <div style="text-align: left; margin: 20px 0;">
39
+ <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;">
40
+ Run them on the TensorBlock client using your local machine ↗
41
+ </a>
42
+ </div>
43
+
44
+ ## Prompt template
45
+
46
+ ```
47
+
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [pygmalion-2-7b-Q2_K.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [pygmalion-2-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
56
+ | [pygmalion-2-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
57
+ | [pygmalion-2-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
58
+ | [pygmalion-2-7b-Q4_0.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [pygmalion-2-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
60
+ | [pygmalion-2-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
61
+ | [pygmalion-2-7b-Q5_0.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [pygmalion-2-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
63
+ | [pygmalion-2-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
64
+ | [pygmalion-2-7b-Q6_K.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
65
+ | [pygmalion-2-7b-Q8_0.gguf](https://huggingface.co/tensorblock/pygmalion-2-7b-GGUF/blob/main/pygmalion-2-7b-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/pygmalion-2-7b-GGUF --include "pygmalion-2-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/pygmalion-2-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
pygmalion-2-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e423c4ac1c21e0651a6cd351454336bb08f2e750c2c8984961174417eefdf32e
3
+ size 2532864416
pygmalion-2-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:112f8528bce7ecadeb474faf4826db8e564ea12255ff6d1c4061622d789ddfbc
3
+ size 3597111712
pygmalion-2-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcb8477b143072b87d6584c870b1d73b23bf17fff1fa808a66cc2d9412cf7c52
3
+ size 3298005408
pygmalion-2-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24112c61b7eea8a2cc26b5cee663475b2b8972c86783bee945b332176c1a2f0e
3
+ size 2948305312
pygmalion-2-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e42c3493447a4a82ab6336bd4ee2417559f74861b7266fb7750553bd9ad95397
3
+ size 3825807776
pygmalion-2-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f2ff762732baa6cb346178cf49db921a7a0dad2bac164b745ba8a87ea5a056
3
+ size 4081004960
pygmalion-2-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f03a81a9928b57865954823fca389f85ea1a00d573e6d78195728ba5f2c21568
3
+ size 3856740768
pygmalion-2-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b9f49a45658fa4467ecbdef8cec4f84c10162f8afcab3223ea6650968d96221
3
+ size 4651692448
pygmalion-2-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:984c1c37c61dfac348ee86a63807d9f0a6ac19d8c64542c8203374e8dedcf735
3
+ size 4783157664
pygmalion-2-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:946bd07cfb61c7c67d2189001b816bfa273a069f1b5c5df43087e428f7d729f0
3
+ size 4651692448
pygmalion-2-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8674514fbdef33f66ab10cc9aef8b44542c437fe514293b33a1b205aef30ce48
3
+ size 5529194912
pygmalion-2-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ecd444988593fdf48aeaaa15642e4d9226aa1702dab85bcb84a3bd3a205282
3
+ size 7161090464