morriszms commited on
Commit
b075137
·
verified ·
1 Parent(s): 2c3d362

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