Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +83 -0
- zephyr-7b-sft-full-Q2_K.gguf +3 -0
- zephyr-7b-sft-full-Q3_K_L.gguf +3 -0
- zephyr-7b-sft-full-Q3_K_M.gguf +3 -0
- zephyr-7b-sft-full-Q3_K_S.gguf +3 -0
- zephyr-7b-sft-full-Q4_0.gguf +3 -0
- zephyr-7b-sft-full-Q4_K_M.gguf +3 -0
- zephyr-7b-sft-full-Q4_K_S.gguf +3 -0
- zephyr-7b-sft-full-Q5_0.gguf +3 -0
- zephyr-7b-sft-full-Q5_K_M.gguf +3 -0
- zephyr-7b-sft-full-Q5_K_S.gguf +3 -0
- zephyr-7b-sft-full-Q6_K.gguf +3 -0
- zephyr-7b-sft-full-Q8_0.gguf +3 -0
.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-7b-sft-full-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
zephyr-7b-sft-full-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
zephyr-7b-sft-full-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
zephyr-7b-sft-full-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
zephyr-7b-sft-full-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
zephyr-7b-sft-full-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
zephyr-7b-sft-full-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
zephyr-7b-sft-full-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
zephyr-7b-sft-full-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
zephyr-7b-sft-full-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
zephyr-7b-sft-full-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
zephyr-7b-sft-full-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: alignment-handbook/zephyr-7b-sft-full
|
4 |
+
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- generated_from_trainer
|
7 |
+
- trl
|
8 |
+
- sft
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
datasets:
|
12 |
+
- HuggingFaceH4/ultrachat_200k
|
13 |
+
model-index:
|
14 |
+
- name: zephyr-7b-sft-full
|
15 |
+
results: []
|
16 |
+
---
|
17 |
+
|
18 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
19 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
20 |
+
</div>
|
21 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
22 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
23 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
24 |
+
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>
|
25 |
+
</p>
|
26 |
+
</div>
|
27 |
+
</div>
|
28 |
+
|
29 |
+
## alignment-handbook/zephyr-7b-sft-full - GGUF
|
30 |
+
|
31 |
+
This repo contains GGUF format model files for [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full).
|
32 |
+
|
33 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
34 |
+
|
35 |
+
## Prompt template
|
36 |
+
|
37 |
+
```
|
38 |
+
<|system|>
|
39 |
+
{system_prompt}</s>
|
40 |
+
<|user|>
|
41 |
+
{prompt}</s>
|
42 |
+
<|assistant|>
|
43 |
+
```
|
44 |
+
|
45 |
+
## Model file specification
|
46 |
+
|
47 |
+
| Filename | Quant type | File Size | Description |
|
48 |
+
| -------- | ---------- | --------- | ----------- |
|
49 |
+
| [zephyr-7b-sft-full-Q2_K.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
|
50 |
+
| [zephyr-7b-sft-full-Q3_K_S.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
|
51 |
+
| [zephyr-7b-sft-full-Q3_K_M.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
|
52 |
+
| [zephyr-7b-sft-full-Q3_K_L.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
|
53 |
+
| [zephyr-7b-sft-full-Q4_0.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
54 |
+
| [zephyr-7b-sft-full-Q4_K_S.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
|
55 |
+
| [zephyr-7b-sft-full-Q4_K_M.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
|
56 |
+
| [zephyr-7b-sft-full-Q5_0.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
57 |
+
| [zephyr-7b-sft-full-Q5_K_S.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
|
58 |
+
| [zephyr-7b-sft-full-Q5_K_M.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
|
59 |
+
| [zephyr-7b-sft-full-Q6_K.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
|
60 |
+
| [zephyr-7b-sft-full-Q8_0.gguf](https://huggingface.co/tensorblock/zephyr-7b-sft-full-GGUF/tree/main/zephyr-7b-sft-full-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
|
61 |
+
|
62 |
+
|
63 |
+
## Downloading instruction
|
64 |
+
|
65 |
+
### Command line
|
66 |
+
|
67 |
+
Firstly, install Huggingface Client
|
68 |
+
|
69 |
+
```shell
|
70 |
+
pip install -U "huggingface_hub[cli]"
|
71 |
+
```
|
72 |
+
|
73 |
+
Then, downoad the individual model file the a local directory
|
74 |
+
|
75 |
+
```shell
|
76 |
+
huggingface-cli download tensorblock/zephyr-7b-sft-full-GGUF --include "zephyr-7b-sft-full-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
77 |
+
```
|
78 |
+
|
79 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
80 |
+
|
81 |
+
```shell
|
82 |
+
huggingface-cli download tensorblock/zephyr-7b-sft-full-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
83 |
+
```
|
zephyr-7b-sft-full-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef51789fedd3484c4cb97549abd0405be5921ad790cd6575ac467cb472e77902
|
3 |
+
size 2719243328
|
zephyr-7b-sft-full-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4424797c4a8cc20522f32e7592b0423600a1763c88a7f1c15aba8a694e5e3268
|
3 |
+
size 3822025792
|
zephyr-7b-sft-full-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09e54776be754e70d17b39bc8cfa3f2acd71ebea1fe0786072cb410911c4a708
|
3 |
+
size 3518987328
|
zephyr-7b-sft-full-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8305d09017c5081abaa5f25e90a1d3aa9044a76e4440804509a135440210359b
|
3 |
+
size 3164568640
|
zephyr-7b-sft-full-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a16a80f5a664cd34c33a19eea4cb8c10b9cac60d8e669a0c607fd852f75016b2
|
3 |
+
size 4108917824
|
zephyr-7b-sft-full-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5db8412e488dccd7e3829995eb527c27d5be7639a33c1950236a859bc546ca1
|
3 |
+
size 4368440384
|
zephyr-7b-sft-full-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23cadd16540b5ded9b37822407ab79daa435ff322e4083d25c907f2ccaf6920a
|
3 |
+
size 4140375104
|
zephyr-7b-sft-full-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ed559bae969fb774ca308ce67c711d82dddc311e7a0d4e7dd4ba68577b992e7
|
3 |
+
size 4997717056
|
zephyr-7b-sft-full-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73363b9e86738e7059b4dbce1729ee5cc072a1cab106d195ec0937fccca18510
|
3 |
+
size 5131410496
|
zephyr-7b-sft-full-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40c536d1337e0fba81cf033cfb1ee3d1be84b72f5d534920a55fdbc6a6b760f8
|
3 |
+
size 4997717056
|
zephyr-7b-sft-full-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:339db186c384708e60c02f047683c59caa2d161d5900f2055bd28dd70d840893
|
3 |
+
size 5942066240
|
zephyr-7b-sft-full-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be0b4b53dd408a1c10d6f4e7dd47d4946d7ecb5a851d2a65d3f5e3fd89bcbfd5
|
3 |
+
size 7695858752
|