morriszms commited on
Commit
3144dec
·
verified ·
1 Parent(s): f6738a2

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
+ zephyr-sft-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ zephyr-sft-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ zephyr-sft-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ zephyr-sft-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ zephyr-sft-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ zephyr-sft-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ zephyr-sft-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ zephyr-sft-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ zephyr-sft-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ zephyr-sft-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ zephyr-sft-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ zephyr-sft-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ license: apache-2.0
6
+ tags:
7
+ - unsloth
8
+ - transformers
9
+ - zephyr
10
+ - sft
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: unsloth/zephyr-sft
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## unsloth/zephyr-sft - GGUF
28
+
29
+ This repo contains GGUF format model files for [unsloth/zephyr-sft](https://huggingface.co/unsloth/zephyr-sft).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ <|system|>
43
+ {system_prompt}</s>
44
+ <|user|>
45
+ {prompt}</s>
46
+ <|assistant|>
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [zephyr-sft-Q2_K.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [zephyr-sft-Q3_K_S.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
55
+ | [zephyr-sft-Q3_K_M.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
56
+ | [zephyr-sft-Q3_K_L.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
57
+ | [zephyr-sft-Q4_0.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [zephyr-sft-Q4_K_S.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
59
+ | [zephyr-sft-Q4_K_M.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
60
+ | [zephyr-sft-Q5_0.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [zephyr-sft-Q5_K_S.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
62
+ | [zephyr-sft-Q5_K_M.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
63
+ | [zephyr-sft-Q6_K.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
64
+ | [zephyr-sft-Q8_0.gguf](https://huggingface.co/tensorblock/zephyr-sft-GGUF/blob/main/zephyr-sft-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
65
+
66
+
67
+ ## Downloading instruction
68
+
69
+ ### Command line
70
+
71
+ Firstly, install Huggingface Client
72
+
73
+ ```shell
74
+ pip install -U "huggingface_hub[cli]"
75
+ ```
76
+
77
+ Then, downoad the individual model file the a local directory
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/zephyr-sft-GGUF --include "zephyr-sft-Q2_K.gguf" --local-dir MY_LOCAL_DIR
81
+ ```
82
+
83
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/zephyr-sft-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
zephyr-sft-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8bbea7cc46f71aeb722f77d848c1c354f224053c1ada17694a9bca369a55d8e
3
+ size 2719242944
zephyr-sft-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fc6308bef344d12abecedf0cb649a00316d1b6a637f8f731be23e3eaf7b389e
3
+ size 3822025408
zephyr-sft-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b293ccc7c9ca64fccaa780e301b0656f767ddc52a0c0971d6e0501862f742275
3
+ size 3518986944
zephyr-sft-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61bb43efbd796c4a01378abab1e50b9ed911bafb86b07703e0722e4220bfb93d
3
+ size 3164568256
zephyr-sft-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb19b3e72943695f80adb4cc77083c7aa8d54beb2278708c58aab4b5bb233dff
3
+ size 4108917440
zephyr-sft-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1065b63c8685e59369edc9dc3e7a0a36cda7b240899ea424d2cacd6e84755996
3
+ size 4368440000
zephyr-sft-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2913055c50d59bdd7e1d8d6c224f783ad01ae27a3c42eceea92b71683bcf155a
3
+ size 4140374720
zephyr-sft-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f297635ceedb2f4feafd69883b38a9670e3354b1079ccd382a78be7e3e1b543
3
+ size 4997716672
zephyr-sft-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:342d03824d9ab538c87b8f8e2a9b0ba058216515d82445604e1322990be6fbd1
3
+ size 5131410112
zephyr-sft-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c727b75a2ac70aaa630f937bade53086f75946c4b4b8204c363178ff72062725
3
+ size 4997716672
zephyr-sft-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8242144f9fec291bbcf76a75960b50a607f855e285882f547c01debe32d8c84c
3
+ size 5942065856
zephyr-sft-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:305c734251074434d9d1682e9d111a243034abb0ad7cf75bb133f8687a9ce737
3
+ size 7695858368