GGUF
TensorBlock
GGUF
morriszms commited on
Commit
c6cbd82
·
verified ·
1 Parent(s): c6c1a3b

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
+ zeta-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ zeta-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ zeta-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ zeta-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ zeta-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ zeta-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ zeta-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ zeta-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ zeta-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ zeta-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ zeta-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ zeta-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - zed-industries/zeta
4
+ license: apache-2.0
5
+ base_model: zed-industries/zeta
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## zed-industries/zeta - GGUF
23
+
24
+ This repo contains GGUF format model files for [zed-industries/zeta](https://huggingface.co/zed-industries/zeta).
25
+
26
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4658](https://github.com/ggerganov/llama.cpp/commit/855cd0734aca26c86cc23d94aefd34f934464ac9).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [zeta-Q2_K.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [zeta-Q3_K_S.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
46
+ | [zeta-Q3_K_M.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
47
+ | [zeta-Q3_K_L.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
48
+ | [zeta-Q4_0.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [zeta-Q4_K_S.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
50
+ | [zeta-Q4_K_M.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
51
+ | [zeta-Q5_0.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [zeta-Q5_K_S.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
53
+ | [zeta-Q5_K_M.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
54
+ | [zeta-Q6_K.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
55
+ | [zeta-Q8_0.gguf](https://huggingface.co/tensorblock/zeta-GGUF/blob/main/zeta-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/zeta-GGUF --include "zeta-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/zeta-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
zeta-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c25815d37fde7855aee0e94bc0f6debb36c75b7c10c80e729e2a6a9c30695672
3
+ size 3015937760
zeta-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:610941425ece5ef7b263e6ee55415ac4db225793dd5994bf904c55bdb474f15f
3
+ size 4088456928
zeta-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f82b5d254bb05fe3a8a53d4971d0fd643cff6fca8e918420b20896d70a99fd79
3
+ size 3808388832
zeta-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416d6604d9acf63db1b28b1b992c5824bb8b7048fdb8f253b43b4a41c842a0d7
3
+ size 3492366048
zeta-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8749ff6a4297fc3635cf380dd77f0a463400e87efa7dad8ae5f54f7ae5c1188
3
+ size 4431388384
zeta-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2b8f26a74cd369799ad4e8bca52b516f95fddccb7bad3070941061b42eac3d6
3
+ size 4683071200
zeta-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ca56e4779f1cdd4ef5111611e388daa1ea18b9a701ed8b06d9967942d56a869
3
+ size 4457766624
zeta-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:969371d8363b3a5fab68899a6097ba0545ac8fa1ef055845256d50e06ffc7f00
3
+ size 5315174112
zeta-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba918c76e0db1ec661844a452301039b970f27a4d55a7482b09b155977e8ac9e
3
+ size 5444828896
zeta-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ebdbef03c34b3bc1718855ac0e2e51a34105aab1c226697a1da650a8dbca817
3
+ size 5315174112
zeta-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3927d845147d3cca5c510c81f4f9ff4f514c83ce5dc6e6b108e17f2dc3e7c5a8
3
+ size 6254196448
zeta-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:841ef34d69591831f73615518c2ab642b11b60a607d7bd7a81fceddcb925fa5a
3
+ size 8098522848