GGUF
TensorBlock
GGUF
morriszms commited on
Commit
93fddea
·
verified ·
1 Parent(s): 62416dc

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
+ Zro1.5_3B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Zro1.5_3B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Zro1.5_3B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Zro1.5_3B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Zro1.5_3B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Zro1.5_3B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Zro1.5_3B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Zro1.5_3B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Zro1.5_3B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Zro1.5_3B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Zro1.5_3B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Zro1.5_3B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: saberai/Zro1.5_3B
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## saberai/Zro1.5_3B - GGUF
21
+
22
+ This repo contains GGUF format model files for [saberai/Zro1.5_3B](https://huggingface.co/saberai/Zro1.5_3B).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [Zro1.5_3B-Q2_K.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q2_K.gguf) | Q2_K | 1.087 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [Zro1.5_3B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q3_K_S.gguf) | Q3_K_S | 1.249 GB | very small, high quality loss |
44
+ | [Zro1.5_3B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q3_K_M.gguf) | Q3_K_M | 1.478 GB | very small, high quality loss |
45
+ | [Zro1.5_3B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q3_K_L.gguf) | Q3_K_L | 1.603 GB | small, substantial quality loss |
46
+ | [Zro1.5_3B-Q4_0.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q4_0.gguf) | Q4_0 | 1.600 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [Zro1.5_3B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q4_K_S.gguf) | Q4_K_S | 1.613 GB | small, greater quality loss |
48
+ | [Zro1.5_3B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q4_K_M.gguf) | Q4_K_M | 1.787 GB | medium, balanced quality - recommended |
49
+ | [Zro1.5_3B-Q5_0.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q5_0.gguf) | Q5_0 | 1.931 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [Zro1.5_3B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q5_K_S.gguf) | Q5_K_S | 1.931 GB | large, low quality loss - recommended |
51
+ | [Zro1.5_3B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q5_K_M.gguf) | Q5_K_M | 2.070 GB | large, very low quality loss - recommended |
52
+ | [Zro1.5_3B-Q6_K.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q6_K.gguf) | Q6_K | 2.282 GB | very large, extremely low quality loss |
53
+ | [Zro1.5_3B-Q8_0.gguf](https://huggingface.co/tensorblock/Zro1.5_3B-GGUF/blob/main/Zro1.5_3B-Q8_0.gguf) | Q8_0 | 2.954 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/Zro1.5_3B-GGUF --include "Zro1.5_3B-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/Zro1.5_3B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
Zro1.5_3B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0926786b34804d76ba61a38083fe9580e74a51e63c24872c1be6c379c6db80a1
3
+ size 1086593280
Zro1.5_3B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7334ccd3d47e251598ddab2bfe04b7c66d926ba16f9cd5806a0f1420d8873dc0
3
+ size 1602694400
Zro1.5_3B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d58096c2ab3e5bf37d639dc7a90153c1d0f556f7316104e7c432a6128e3e537
3
+ size 1478176000
Zro1.5_3B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bc9cf1e7ce6a4e07f70c883a9567dd62a5cf8afcb0343d322d9c19bfeb04952
3
+ size 1248800000
Zro1.5_3B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abe2a116e007facceded1e2ef892a097c91bf07a14952e43aff00478a6382065
3
+ size 1600180480
Zro1.5_3B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95b2cf088163f32e23475bf6b36823fce678a64f472f34f5b3311c7b758713d4
3
+ size 1786958080
Zro1.5_3B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:413c021889151071145206cd9cdb6c54ceeda7526de1183035f94f6f128a31cd
3
+ size 1613287680
Zro1.5_3B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e886c97196d6e936b18ef4680dcf912a0ef70108e3f09862a5cb60bcc778c4f5
3
+ size 1930891520
Zro1.5_3B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c59da68b52f02f8d71bd20b7df3300c6c59832527c1171ebcc952962452fe227
3
+ size 2070155520
Zro1.5_3B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ff9540c527538964582c66c6d279b94fb58f7d4f8ba7592bd211cf8a775e402
3
+ size 1930891520
Zro1.5_3B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd6af97a8e1031a9227924695f9e4dbb77e4cf588538a0d35a2a80fc0170052
3
+ size 2282272000
Zro1.5_3B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02e07c12c35b124736561eb6ce9e60f5e214615f99092838a7c8f5d4f13c3797
3
+ size 2954292480