morriszms commited on
Commit
852f5fc
·
verified ·
1 Parent(s): 4d0d594

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_all_7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ zephyr_all_7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ zephyr_all_7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ zephyr_all_7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ zephyr_all_7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ zephyr_all_7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ zephyr_all_7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ zephyr_all_7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ zephyr_all_7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ zephyr_all_7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ zephyr_all_7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ zephyr_all_7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jingyeom/zephyr_all_7b
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## jingyeom/zephyr_all_7b - GGUF
20
+
21
+ This repo contains GGUF format model files for [jingyeom/zephyr_all_7b](https://huggingface.co/jingyeom/zephyr_all_7b).
22
+
23
+ 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).
24
+
25
+ ## Prompt template
26
+
27
+ ```
28
+ <|system|>
29
+ {system_prompt}</s>
30
+ <|user|>
31
+ {prompt}</s>
32
+ <|assistant|>
33
+ ```
34
+
35
+ ## Model file specification
36
+
37
+ | Filename | Quant type | File Size | Description |
38
+ | -------- | ---------- | --------- | ----------- |
39
+ | [zephyr_all_7b-Q2_K.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
40
+ | [zephyr_all_7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
41
+ | [zephyr_all_7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
42
+ | [zephyr_all_7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
43
+ | [zephyr_all_7b-Q4_0.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
44
+ | [zephyr_all_7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
45
+ | [zephyr_all_7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
46
+ | [zephyr_all_7b-Q5_0.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
47
+ | [zephyr_all_7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
48
+ | [zephyr_all_7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
49
+ | [zephyr_all_7b-Q6_K.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
50
+ | [zephyr_all_7b-Q8_0.gguf](https://huggingface.co/tensorblock/zephyr_all_7b-GGUF/tree/main/zephyr_all_7b-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
51
+
52
+
53
+ ## Downloading instruction
54
+
55
+ ### Command line
56
+
57
+ Firstly, install Huggingface Client
58
+
59
+ ```shell
60
+ pip install -U "huggingface_hub[cli]"
61
+ ```
62
+
63
+ Then, downoad the individual model file the a local directory
64
+
65
+ ```shell
66
+ huggingface-cli download tensorblock/zephyr_all_7b-GGUF --include "zephyr_all_7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
67
+ ```
68
+
69
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/zephyr_all_7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
73
+ ```
zephyr_all_7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abbb6764eafbe3c584af6f4fec0d1eaa81c747add562ad65cdb23bf47a2ca239
3
+ size 2719247232
zephyr_all_7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68122f96e371d38ffb190a09fe4820be1999c3147be3b248230ed924922ab70a
3
+ size 3822030112
zephyr_all_7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4623c47c516b17665587dbf728236d6498b5700e7319bbbaacee4d311398b2a0
3
+ size 3518991648
zephyr_all_7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c54a67db267a0d358bb267af4a6d3db49eb41f91554e3210a13352c2c1e88fb0
3
+ size 3164572960
zephyr_all_7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e4770b45c377c3b3fbd14ca2e884343e16b222440e64c04bdb91635f1430607
3
+ size 4108922688
zephyr_all_7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ad248f9cdec42b5418c5af0b636b17c5af92366cf04f8711bee822b5b9fc06
3
+ size 4368445248
zephyr_all_7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4d83fb34d09cc181d1cb0217629dec4e4143c7688ac57693cfe6bae70d741e4
3
+ size 4140379968
zephyr_all_7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba9207d269f9eea4aea6d4d0b6024cd13564ed93644d846ac2c020e9ccb21ed7
3
+ size 4997722432
zephyr_all_7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af3a0749d263d3a242c9596ec0d36e7955e672e2be11b5f676d463b6eb13a9a7
3
+ size 5131415872
zephyr_all_7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:809d3b41b67bad5fa487442f1266b6eb6333954577092b3c516632ae5d1f1384
3
+ size 4997722432
zephyr_all_7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:371807efb4718e9ca03ca304d7d24c35d1c0dfa9de2ed57f422a3f81354e7561
3
+ size 5942072160
zephyr_all_7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd0765355177ebeaa5292cb8c41d8e49385643b839992ff95b7ed66df5e587c8
3
+ size 7695866656