morriszms commited on
Commit
bb64da0
·
verified ·
1 Parent(s): 37ff9a6

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