morriszms commited on
Commit
0e6147c
1 Parent(s): d2cdbd2

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-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pygmalion-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pygmalion-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pygmalion-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pygmalion-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pygmalion-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pygmalion-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pygmalion-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pygmalion-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pygmalion-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pygmalion-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pygmalion-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - text generation
6
+ - conversational
7
+ - TensorBlock
8
+ - GGUF
9
+ pipeline_tag: text-generation
10
+ inference: false
11
+ base_model: Neko-Institute-of-Science/pygmalion-7b
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
+ ## Neko-Institute-of-Science/pygmalion-7b - GGUF
26
+
27
+ This repo contains GGUF format model files for [Neko-Institute-of-Science/pygmalion-7b](https://huggingface.co/Neko-Institute-of-Science/pygmalion-7b).
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-7b-Q2_K.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [pygmalion-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
49
+ | [pygmalion-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
50
+ | [pygmalion-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
51
+ | [pygmalion-7b-Q4_0.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [pygmalion-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
53
+ | [pygmalion-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
54
+ | [pygmalion-7b-Q5_0.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [pygmalion-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
56
+ | [pygmalion-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
57
+ | [pygmalion-7b-Q6_K.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
58
+ | [pygmalion-7b-Q8_0.gguf](https://huggingface.co/tensorblock/pygmalion-7b-GGUF/blob/main/pygmalion-7b-Q8_0.gguf) | Q8_0 | 6.669 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-7b-GGUF --include "pygmalion-7b-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-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
pygmalion-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:071bb701901cd9e5f8df2692cd22aea7c3cad7386bd7aa162877d0c847f63b6f
3
+ size 2532864128
pygmalion-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62a54d6ae0c3ab731a8d02bd58e422745e0ca9375f55fe60cbed60da85a6eea1
3
+ size 3597111424
pygmalion-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:586377620e5399ef9753fea9d48c87edaa24edf7756762333840a1eda7cc6064
3
+ size 3298005120
pygmalion-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e18014ca8ff0f249b9fb353881b0b65b8e9381c8133692e70ecfad5fc41917fe
3
+ size 2948305024
pygmalion-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2697eceeb2e9e13081b5180f034f74277144880c81b395c7cfc63ca5130e249
3
+ size 3825807488
pygmalion-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6647eb7d1e4a496fdb56d5ff5e8f1b4055caa95f4081a7774271b68209655f6c
3
+ size 4081004672
pygmalion-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c714b0c4e0a7d3f7ac517244ebb0f95cf1f356ab3500a581f083c98124241398
3
+ size 3856740480
pygmalion-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1727717d8d2ac82839bb35f03aa3f18bdd359090b6f27979457aef9a25b366a
3
+ size 4651692160
pygmalion-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e7b42a17af7cbd7e9b1b4fe4e8fc997ef6936b24451fc25f7b061c6d5908ed0
3
+ size 4783157376
pygmalion-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0395ee397947ebfd621cc1ef7197fe9ed33bfe1bcde80ee41434b898e6486adf
3
+ size 4651692160
pygmalion-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:834e542374e64dbe092046820c50630f8f2c49cec78039b070d3acdf1d835848
3
+ size 5529194624
pygmalion-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d214228b3fd517437604c8f51b05d3c9a87d70652179e62e3fd7863014d6c66f
3
+ size 7161090176