morriszms commited on
Commit
17911f3
·
verified ·
1 Parent(s): efd2d7b

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-7b-alpha-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ zephyr-7b-alpha-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ zephyr-7b-alpha-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ zephyr-7b-alpha-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ zephyr-7b-alpha-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ zephyr-7b-alpha-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ zephyr-7b-alpha-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ zephyr-7b-alpha-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ zephyr-7b-alpha-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ zephyr-7b-alpha-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ zephyr-7b-alpha-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ zephyr-7b-alpha-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ - TensorBlock
5
+ - GGUF
6
+ license: mit
7
+ datasets:
8
+ - stingning/ultrachat
9
+ - openbmb/UltraFeedback
10
+ language:
11
+ - en
12
+ base_model: HuggingFaceH4/zephyr-7b-alpha
13
+ model-index:
14
+ - name: zephyr-7b-alpha
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
+ ## HuggingFaceH4/zephyr-7b-alpha - GGUF
30
+
31
+ This repo contains GGUF format model files for [HuggingFaceH4/zephyr-7b-alpha](https://huggingface.co/HuggingFaceH4/zephyr-7b-alpha).
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-alpha-Q2_K.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [zephyr-7b-alpha-Q3_K_S.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
51
+ | [zephyr-7b-alpha-Q3_K_M.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
52
+ | [zephyr-7b-alpha-Q3_K_L.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
53
+ | [zephyr-7b-alpha-Q4_0.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [zephyr-7b-alpha-Q4_K_S.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
55
+ | [zephyr-7b-alpha-Q4_K_M.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
56
+ | [zephyr-7b-alpha-Q5_0.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [zephyr-7b-alpha-Q5_K_S.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
58
+ | [zephyr-7b-alpha-Q5_K_M.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
59
+ | [zephyr-7b-alpha-Q6_K.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
60
+ | [zephyr-7b-alpha-Q8_0.gguf](https://huggingface.co/tensorblock/zephyr-7b-alpha-GGUF/tree/main/zephyr-7b-alpha-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-alpha-GGUF --include "zephyr-7b-alpha-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-alpha-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
zephyr-7b-alpha-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d7f8b22c0cc659b8518410ea4842776749f190e198b03c4b0134ecffcf4697
3
+ size 2719243168
zephyr-7b-alpha-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c06d2231938f20adb63b19ce779d9b875b166a41cfda414c8ce733a93d55ad08
3
+ size 3822025632
zephyr-7b-alpha-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d00f112b5b8e066bc431d12643c57ead318a1ba9f5f8df3981d81829f49a3d3c
3
+ size 3518987168
zephyr-7b-alpha-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2e350597f42366ad628f29494d1414a1a8e5b8f23695d50cbe3475017c10bb2
3
+ size 3164568480
zephyr-7b-alpha-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db57713d38ebb7d00b1b82b7a1fca1126118048e141e1c9ae586492a73df22a
3
+ size 4108917664
zephyr-7b-alpha-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2097da54acf28076903086ad551e5c5d5c476fbc941b7987bf516f02ac86cfc6
3
+ size 4368440224
zephyr-7b-alpha-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f03fd181042059cfbb0161a13a421b13a12ce8b93684946e2e181479e02a9fe
3
+ size 4140374944
zephyr-7b-alpha-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34fb129bc804b69486e9154ce9e2dd79701a799a48dfe4a5332531af75d0021c
3
+ size 4997716896
zephyr-7b-alpha-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eeade80cc5d0abd3eccbcd3ed3792bd15c75651ba969cb668fcc5e68f660b0a
3
+ size 5131410336
zephyr-7b-alpha-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8775c09e8b1f0b6f8027a1f00b5357cad87ac32622286cdb308e0fde096e3ca
3
+ size 4997716896
zephyr-7b-alpha-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f935676b197d7376bd13134da03de59d38bcf157eac5794641189700091fe1a9
3
+ size 5942066080
zephyr-7b-alpha-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4ce214071735ab337f07501edc4f57571887d5ba1196f4456965d84788d04ba
3
+ size 7695858592