GGUF
English
slm
llama
tiny
tinyllama
TensorBlock
GGUF
Inference Endpoints
conversational
morriszms commited on
Commit
6925d98
·
verified ·
1 Parent(s): e4e407c

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
+ Zyte-1B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Zyte-1B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Zyte-1B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Zyte-1B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Zyte-1B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Zyte-1B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Zyte-1B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Zyte-1B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Zyte-1B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Zyte-1B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Zyte-1B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Zyte-1B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy
7
+ - bertscore
8
+ - bleu
9
+ tags:
10
+ - slm
11
+ - llama
12
+ - tiny
13
+ - tinyllama
14
+ - TensorBlock
15
+ - GGUF
16
+ datasets:
17
+ - HuggingFaceH4/ultrachat_200k
18
+ - HuggingFaceH4/ultrafeedback_binarized
19
+ base_model: venkycs/Zyte-1B
20
+ ---
21
+
22
+ <div style="width: auto; margin-left: auto; margin-right: auto">
23
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
24
+ </div>
25
+ <div style="display: flex; justify-content: space-between; width: 100%;">
26
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
27
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
28
+ 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>
29
+ </p>
30
+ </div>
31
+ </div>
32
+
33
+ ## venkycs/Zyte-1B - GGUF
34
+
35
+ This repo contains GGUF format model files for [venkycs/Zyte-1B](https://huggingface.co/venkycs/Zyte-1B).
36
+
37
+ 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).
38
+
39
+ <div style="text-align: left; margin: 20px 0;">
40
+ <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;">
41
+ Run them on the TensorBlock client using your local machine ↗
42
+ </a>
43
+ </div>
44
+
45
+ ## Prompt template
46
+
47
+ ```
48
+ <|system|>
49
+ {system_prompt}</s>
50
+ <|user|>
51
+ {prompt}</s>
52
+ <|assistant|>
53
+ ```
54
+
55
+ ## Model file specification
56
+
57
+ | Filename | Quant type | File Size | Description |
58
+ | -------- | ---------- | --------- | ----------- |
59
+ | [Zyte-1B-Q2_K.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q2_K.gguf) | Q2_K | 0.432 GB | smallest, significant quality loss - not recommended for most purposes |
60
+ | [Zyte-1B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q3_K_S.gguf) | Q3_K_S | 0.499 GB | very small, high quality loss |
61
+ | [Zyte-1B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q3_K_M.gguf) | Q3_K_M | 0.548 GB | very small, high quality loss |
62
+ | [Zyte-1B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q3_K_L.gguf) | Q3_K_L | 0.592 GB | small, substantial quality loss |
63
+ | [Zyte-1B-Q4_0.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q4_0.gguf) | Q4_0 | 0.637 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
64
+ | [Zyte-1B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q4_K_S.gguf) | Q4_K_S | 0.640 GB | small, greater quality loss |
65
+ | [Zyte-1B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q4_K_M.gguf) | Q4_K_M | 0.668 GB | medium, balanced quality - recommended |
66
+ | [Zyte-1B-Q5_0.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q5_0.gguf) | Q5_0 | 0.766 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
67
+ | [Zyte-1B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q5_K_S.gguf) | Q5_K_S | 0.766 GB | large, low quality loss - recommended |
68
+ | [Zyte-1B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q5_K_M.gguf) | Q5_K_M | 0.782 GB | large, very low quality loss - recommended |
69
+ | [Zyte-1B-Q6_K.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q6_K.gguf) | Q6_K | 0.903 GB | very large, extremely low quality loss |
70
+ | [Zyte-1B-Q8_0.gguf](https://huggingface.co/tensorblock/Zyte-1B-GGUF/blob/main/Zyte-1B-Q8_0.gguf) | Q8_0 | 1.170 GB | very large, extremely low quality loss - not recommended |
71
+
72
+
73
+ ## Downloading instruction
74
+
75
+ ### Command line
76
+
77
+ Firstly, install Huggingface Client
78
+
79
+ ```shell
80
+ pip install -U "huggingface_hub[cli]"
81
+ ```
82
+
83
+ Then, downoad the individual model file the a local directory
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/Zyte-1B-GGUF --include "Zyte-1B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
87
+ ```
88
+
89
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
90
+
91
+ ```shell
92
+ huggingface-cli download tensorblock/Zyte-1B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
93
+ ```
Zyte-1B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1459270af49677f67c29079c3615fadeb442c4c92e99c4d02d5a61b24f3bf46
3
+ size 432132032
Zyte-1B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a293a0d8601a035fbbac46eec859af052dac25b265282ca9977b8752644e9e81
3
+ size 591527872
Zyte-1B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d26999444ae69e8e38d25759095997efcb6d956bc5c0e64680f19275f130003
3
+ size 548405184
Zyte-1B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fd5d1353042620b437e8ce314aa1ff2f72e6da623bc3e5b5f625dc78fd5968
3
+ size 499343296
Zyte-1B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc958c7236dca34fae2b7bc0591d2a3b2bf42b8a932b1d03a9efc770165249a
3
+ size 636727232
Zyte-1B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff5d029f776d96005568c796aae8544b4ef01faa6376c11d563c9f948c99e568
3
+ size 667815872
Zyte-1B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a360b720a3e8b9fcdaf6a626d8a2e97897aa01df557fabf7c14d70b0bb40e45
3
+ size 639872960
Zyte-1B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b660bb7cac16a3b0db44f1f8f701f4fc5a279dcfd2df96b9733cdf7fd1242e9c
3
+ size 766029760
Zyte-1B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:029f01736c13ccae26abdf932414c9488347dae4cd1e4515d74b36dd2322f891
3
+ size 782045120
Zyte-1B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92afad42af7c4c6077e93d0f2b8f384443fd4b757ae7d06ef714bccacfd71eea
3
+ size 766029760
Zyte-1B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad54a447bad72881c5f8f4ab00f55ae0a06ac8b73318eaee4c0b4a1e9da4eb9
3
+ size 903413696
Zyte-1B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c8716de48ce8ebea93178328e132731d61243dabba8dbbf93504657beed208b
3
+ size 1169809344