morriszms commited on
Commit
b8d33e1
1 Parent(s): d93cfd1

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
+ gpt-neox-20b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt-neox-20b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt-neox-20b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt-neox-20b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt-neox-20b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt-neox-20b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt-neox-20b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt-neox-20b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt-neox-20b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt-neox-20b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt-neox-20b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt-neox-20b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - pytorch
6
+ - causal-lm
7
+ - TensorBlock
8
+ - GGUF
9
+ license: apache-2.0
10
+ datasets:
11
+ - EleutherAI/pile
12
+ base_model: EleutherAI/gpt-neox-20b
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## EleutherAI/gpt-neox-20b - GGUF
27
+
28
+ This repo contains GGUF format model files for [EleutherAI/gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b).
29
+
30
+ 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).
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [gpt-neox-20b-Q2_K.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q2_K.gguf) | Q2_K | 7.223 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [gpt-neox-20b-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q3_K_S.gguf) | Q3_K_S | 8.352 GB | very small, high quality loss |
44
+ | [gpt-neox-20b-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q3_K_M.gguf) | Q3_K_M | 10.030 GB | very small, high quality loss |
45
+ | [gpt-neox-20b-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q3_K_L.gguf) | Q3_K_L | 10.962 GB | small, substantial quality loss |
46
+ | [gpt-neox-20b-Q4_0.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q4_0.gguf) | Q4_0 | 10.855 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [gpt-neox-20b-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q4_K_S.gguf) | Q4_K_S | 10.943 GB | small, greater quality loss |
48
+ | [gpt-neox-20b-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q4_K_M.gguf) | Q4_K_M | 12.233 GB | medium, balanced quality - recommended |
49
+ | [gpt-neox-20b-Q5_0.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q5_0.gguf) | Q5_0 | 13.212 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [gpt-neox-20b-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q5_K_S.gguf) | Q5_K_S | 13.212 GB | large, low quality loss - recommended |
51
+ | [gpt-neox-20b-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q5_K_M.gguf) | Q5_K_M | 14.239 GB | large, very low quality loss - recommended |
52
+ | [gpt-neox-20b-Q6_K.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q6_K.gguf) | Q6_K | 15.715 GB | very large, extremely low quality loss |
53
+ | [gpt-neox-20b-Q8_0.gguf](https://huggingface.co/tensorblock/gpt-neox-20b-GGUF/tree/main/gpt-neox-20b-Q8_0.gguf) | Q8_0 | 20.351 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/gpt-neox-20b-GGUF --include "gpt-neox-20b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/gpt-neox-20b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
gpt-neox-20b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95e6d61a5d591cacf240f23058b2766b7a219a996490ea1d9288a2ead521c03a
3
+ size 7755173248
gpt-neox-20b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ebae54c27067559bf3274f11a2fbca51f27c9194e87553a3b2a2c9ee57ffb72
3
+ size 11770314112
gpt-neox-20b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:825e5c9ddf0b5575f7c12354233f004f1882b88858a132c16e54d8ee46c84f01
3
+ size 10769972608
gpt-neox-20b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1cf85c707289d40006aa20839c556c6b5ce61de9bce2a10bcf69394ba9a21d3
3
+ size 8967470464
gpt-neox-20b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a46480a22ca6792c15fb9135d87e37d3063ab2c9d7861a1c3ff4c32ea7460be
3
+ size 11655753088
gpt-neox-20b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0e8751d10e0d0aeeb031f3a83340f4a49771608b3d3ff70e2949f8dea495d35
3
+ size 13135031680
gpt-neox-20b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70b11ef439b4b9854d28809cd423e650435af5ca4d9d286202992ff7af7d22ed
3
+ size 11750124928
gpt-neox-20b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0227c6ae51703fa0cc0ed78188a17a201e10c0c4528b8b9f08d19239be999f5
3
+ size 14185901440
gpt-neox-20b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ac35cd8086b8b7ff526c1f6a6175f0af3f4604f1da820352efc4244d0dcf3ea
3
+ size 15288872320
gpt-neox-20b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:265b80ce0c156716e75c9176a4d167777665e071508ea30f819f0e4876012ab8
3
+ size 14185901440
gpt-neox-20b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f0860bd59536e3eaa20cb1868f4c31a6247b5e9bcdb2827798d5dd8a88dc7a0
3
+ size 16874184064
gpt-neox-20b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01c310611782aafdc883f82b77f61223d9880f0d116fa15c76a09bfbf6681ed2
3
+ size 21851389312