GGUF
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
9582dc8
1 Parent(s): cf71686

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-neoxt-20b-v13-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt-neoxt-20b-v13-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt-neoxt-20b-v13-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt-neoxt-20b-v13-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt-neoxt-20b-v13-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt-neoxt-20b-v13-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt-neoxt-20b-v13-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt-neoxt-20b-v13-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt-neoxt-20b-v13-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt-neoxt-20b-v13-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt-neoxt-20b-v13-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt-neoxt-20b-v13-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bigscience-openrail-m
3
+ datasets:
4
+ - iamplus/Instruction_Tuning
5
+ - iamplus/Conversational_Data
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: manojpreveen/gpt-neoxt-20b-v13
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## manojpreveen/gpt-neoxt-20b-v13 - GGUF
24
+
25
+ This repo contains GGUF format model files for [manojpreveen/gpt-neoxt-20b-v13](https://huggingface.co/manojpreveen/gpt-neoxt-20b-v13).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [gpt-neoxt-20b-v13-Q2_K.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q2_K.gguf) | Q2_K | 7.755 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [gpt-neoxt-20b-v13-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q3_K_S.gguf) | Q3_K_S | 8.967 GB | very small, high quality loss |
47
+ | [gpt-neoxt-20b-v13-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q3_K_M.gguf) | Q3_K_M | 10.770 GB | very small, high quality loss |
48
+ | [gpt-neoxt-20b-v13-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q3_K_L.gguf) | Q3_K_L | 11.770 GB | small, substantial quality loss |
49
+ | [gpt-neoxt-20b-v13-Q4_0.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q4_0.gguf) | Q4_0 | 11.656 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [gpt-neoxt-20b-v13-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q4_K_S.gguf) | Q4_K_S | 11.750 GB | small, greater quality loss |
51
+ | [gpt-neoxt-20b-v13-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q4_K_M.gguf) | Q4_K_M | 13.135 GB | medium, balanced quality - recommended |
52
+ | [gpt-neoxt-20b-v13-Q5_0.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q5_0.gguf) | Q5_0 | 14.186 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [gpt-neoxt-20b-v13-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q5_K_S.gguf) | Q5_K_S | 14.186 GB | large, low quality loss - recommended |
54
+ | [gpt-neoxt-20b-v13-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q5_K_M.gguf) | Q5_K_M | 15.289 GB | large, very low quality loss - recommended |
55
+ | [gpt-neoxt-20b-v13-Q6_K.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q6_K.gguf) | Q6_K | 16.874 GB | very large, extremely low quality loss |
56
+ | [gpt-neoxt-20b-v13-Q8_0.gguf](https://huggingface.co/tensorblock/gpt-neoxt-20b-v13-GGUF/blob/main/gpt-neoxt-20b-v13-Q8_0.gguf) | Q8_0 | 21.851 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/gpt-neoxt-20b-v13-GGUF --include "gpt-neoxt-20b-v13-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/gpt-neoxt-20b-v13-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
gpt-neoxt-20b-v13-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d7439dd1915e02e29a0d19d62ce47b1bd6de3f5ff9dab277813b6025bbc9620
3
+ size 7755173632
gpt-neoxt-20b-v13-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ccfee03b8c975e9555b2cb67b0209dff2b28489efe01c40a8022189e9014039
3
+ size 11770314496
gpt-neoxt-20b-v13-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b75e135bc524898115afbfa67138fcfaac731b085acab585ed3f806560965ddb
3
+ size 10769972992
gpt-neoxt-20b-v13-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5203f0b9305c37ccab15fd5fffa51d8b2b356574b99c13d94afddbf507ef1a1
3
+ size 8967470848
gpt-neoxt-20b-v13-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c35915a969d726f67ed72d18fb7ae0675dde607a76fc4ae04221fb36f3a3562d
3
+ size 11655753472
gpt-neoxt-20b-v13-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:166272e301f4e62f553c28e6b0695d0a612a5a0482ee427308c3b82b04eb0585
3
+ size 13135032064
gpt-neoxt-20b-v13-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f531b76fc0d2d5441f2f0f93140c79dcee5724e0577816b0c7420b5bcc135f
3
+ size 11750125312
gpt-neoxt-20b-v13-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbeb9fe84f60a369640c753fb77adb01c7a0c6c443573826eac18d733cf2ffec
3
+ size 14185901824
gpt-neoxt-20b-v13-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fbfcf6085e613f9d2be77ddc24b6c7d42bce4427303cd0170e4a00f8985314c
3
+ size 15288872704
gpt-neoxt-20b-v13-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54539f10af7e23d296f067b1f2f410d3f89e70ac92cab4d64385ee7c89151b97
3
+ size 14185901824
gpt-neoxt-20b-v13-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2acc0e2c3fb50ebc2fc9dec95adcc9efac9de717fe8aef2271ec2f22e2f8ce0
3
+ size 16874184448
gpt-neoxt-20b-v13-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74a1f74e5628163fb133be84590d4eae38cd8c8563ce5b6a509c84fdfb6b636b
3
+ size 21851389696