morriszms commited on
Commit
055c357
·
verified ·
1 Parent(s): ebeb898

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_RMU-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Zephyr_RMU-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Zephyr_RMU-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Zephyr_RMU-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Zephyr_RMU-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Zephyr_RMU-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Zephyr_RMU-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Zephyr_RMU-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Zephyr_RMU-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Zephyr_RMU-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Zephyr_RMU-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Zephyr_RMU-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ datasets:
6
+ - cais/wmdp
7
+ - cais/wmdp-corpora
8
+ pipeline_tag: text-generation
9
+ arxiv:
10
+ - arxiv.org/abs/2403.03218
11
+ library_name: transformers
12
+ base_model: cais/Zephyr_RMU
13
+ tags:
14
+ - TensorBlock
15
+ - GGUF
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
+ ## cais/Zephyr_RMU - GGUF
30
+
31
+ This repo contains GGUF format model files for [cais/Zephyr_RMU](https://huggingface.co/cais/Zephyr_RMU).
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
+ <div style="text-align: left; margin: 20px 0;">
36
+ <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;">
37
+ Run them on the TensorBlock client using your local machine ↗
38
+ </a>
39
+ </div>
40
+
41
+ ## Prompt template
42
+
43
+ ```
44
+ <|system|>
45
+ {system_prompt}</s>
46
+ <|user|>
47
+ {prompt}</s>
48
+ <|assistant|>
49
+ ```
50
+
51
+ ## Model file specification
52
+
53
+ | Filename | Quant type | File Size | Description |
54
+ | -------- | ---------- | --------- | ----------- |
55
+ | [Zephyr_RMU-Q2_K.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
56
+ | [Zephyr_RMU-Q3_K_S.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
57
+ | [Zephyr_RMU-Q3_K_M.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
58
+ | [Zephyr_RMU-Q3_K_L.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
59
+ | [Zephyr_RMU-Q4_0.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
60
+ | [Zephyr_RMU-Q4_K_S.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
61
+ | [Zephyr_RMU-Q4_K_M.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
62
+ | [Zephyr_RMU-Q5_0.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
63
+ | [Zephyr_RMU-Q5_K_S.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
64
+ | [Zephyr_RMU-Q5_K_M.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
65
+ | [Zephyr_RMU-Q6_K.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
66
+ | [Zephyr_RMU-Q8_0.gguf](https://huggingface.co/tensorblock/Zephyr_RMU-GGUF/blob/main/Zephyr_RMU-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
67
+
68
+
69
+ ## Downloading instruction
70
+
71
+ ### Command line
72
+
73
+ Firstly, install Huggingface Client
74
+
75
+ ```shell
76
+ pip install -U "huggingface_hub[cli]"
77
+ ```
78
+
79
+ Then, downoad the individual model file the a local directory
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/Zephyr_RMU-GGUF --include "Zephyr_RMU-Q2_K.gguf" --local-dir MY_LOCAL_DIR
83
+ ```
84
+
85
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
86
+
87
+ ```shell
88
+ huggingface-cli download tensorblock/Zephyr_RMU-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
89
+ ```
Zephyr_RMU-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2055e083b55db480e3f18a4ce9e5871b3ab28f880374722e99863f721a581a75
3
+ size 2719242944
Zephyr_RMU-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ec3e14ed13f73f2184d84a4c7d779e49cf68ae086ba9fc75fecf22767520718
3
+ size 3822025408
Zephyr_RMU-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4a2c17f6cd7ad29be917615e115f69c8f30e559a669e4fa5dd90d971a1e924
3
+ size 3518986944
Zephyr_RMU-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fb4ddb8451a62b71525a5dc732d33d141ef1db98fdd6f37c3a9d2120ac057c9
3
+ size 3164568256
Zephyr_RMU-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d01531106f2fcfa2a66cbe6fef88b11cba08fc9c85a5bbd8af143549f9f58fd0
3
+ size 4108917440
Zephyr_RMU-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:518b7115ed92be4807a1e542edb3c0869bef20402a8acedf38a15b439f14f833
3
+ size 4368440000
Zephyr_RMU-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f183b257b9dd5e4bf58419964de6036d0515d72365176714e85ab56ac13559
3
+ size 4140374720
Zephyr_RMU-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f2f76962a9f949d33764ea03c37118b5c6251d93e0aeec80e71391df5594d8
3
+ size 4997716672
Zephyr_RMU-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6313331554098f3f38162a36a6838ca748d18e15ec3c4bd36c6cb9689673c383
3
+ size 5131410112
Zephyr_RMU-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:279cbb4723919d2501135d7862ae7606445fc3a52327594f7d2636040e207bcc
3
+ size 4997716672
Zephyr_RMU-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9befdf296c83879952f279afa1aa766c4bbfc270906ec0caf7ed48fcf79a30ac
3
+ size 5942065856
Zephyr_RMU-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:131e8b5c9025c61418dfbb693af727ced84b0f563b5b9662607c92c06f26093f
3
+ size 7695858368