Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +76 -0
- ZephRP-m7b-Q2_K.gguf +3 -0
- ZephRP-m7b-Q3_K_L.gguf +3 -0
- ZephRP-m7b-Q3_K_M.gguf +3 -0
- ZephRP-m7b-Q3_K_S.gguf +3 -0
- ZephRP-m7b-Q4_0.gguf +3 -0
- ZephRP-m7b-Q4_K_M.gguf +3 -0
- ZephRP-m7b-Q4_K_S.gguf +3 -0
- ZephRP-m7b-Q5_0.gguf +3 -0
- ZephRP-m7b-Q5_K_M.gguf +3 -0
- ZephRP-m7b-Q5_K_S.gguf +3 -0
- ZephRP-m7b-Q6_K.gguf +3 -0
- ZephRP-m7b-Q8_0.gguf +3 -0
.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 |
+
ZephRP-m7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
ZephRP-m7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
ZephRP-m7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
ZephRP-m7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
ZephRP-m7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
ZephRP-m7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
ZephRP-m7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
ZephRP-m7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
ZephRP-m7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
ZephRP-m7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
ZephRP-m7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
ZephRP-m7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
inference: false
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- mistral
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
license: cc-by-nc-4.0
|
12 |
+
base_model: royallab/ZephRP-m7b
|
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 |
+
## royallab/ZephRP-m7b - GGUF
|
27 |
+
|
28 |
+
This repo contains GGUF format model files for [royallab/ZephRP-m7b](https://huggingface.co/royallab/ZephRP-m7b).
|
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 |
+
## Prompt template
|
33 |
+
|
34 |
+
```
|
35 |
+
|
36 |
+
```
|
37 |
+
|
38 |
+
## Model file specification
|
39 |
+
|
40 |
+
| Filename | Quant type | File Size | Description |
|
41 |
+
| -------- | ---------- | --------- | ----------- |
|
42 |
+
| [ZephRP-m7b-Q2_K.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
|
43 |
+
| [ZephRP-m7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
|
44 |
+
| [ZephRP-m7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
|
45 |
+
| [ZephRP-m7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
|
46 |
+
| [ZephRP-m7b-Q4_0.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
47 |
+
| [ZephRP-m7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
|
48 |
+
| [ZephRP-m7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
|
49 |
+
| [ZephRP-m7b-Q5_0.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
50 |
+
| [ZephRP-m7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
|
51 |
+
| [ZephRP-m7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
|
52 |
+
| [ZephRP-m7b-Q6_K.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
|
53 |
+
| [ZephRP-m7b-Q8_0.gguf](https://huggingface.co/tensorblock/ZephRP-m7b-GGUF/tree/main/ZephRP-m7b-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
|
54 |
+
|
55 |
+
|
56 |
+
## Downloading instruction
|
57 |
+
|
58 |
+
### Command line
|
59 |
+
|
60 |
+
Firstly, install Huggingface Client
|
61 |
+
|
62 |
+
```shell
|
63 |
+
pip install -U "huggingface_hub[cli]"
|
64 |
+
```
|
65 |
+
|
66 |
+
Then, downoad the individual model file the a local directory
|
67 |
+
|
68 |
+
```shell
|
69 |
+
huggingface-cli download tensorblock/ZephRP-m7b-GGUF --include "ZephRP-m7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
70 |
+
```
|
71 |
+
|
72 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
73 |
+
|
74 |
+
```shell
|
75 |
+
huggingface-cli download tensorblock/ZephRP-m7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
76 |
+
```
|
ZephRP-m7b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1589b8164a7aac90741bfc4e29559ba53d96618a8bd78bbf9e6fd1903b4f3bdc
|
3 |
+
size 2719242240
|
ZephRP-m7b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a705c88a02e9aa64cb6dfc74449486dd5c552a00c514308377ea1b9cc65dc518
|
3 |
+
size 3822024704
|
ZephRP-m7b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aa35236a0c7be992852efa2396f545127fd5c2122ccfb8694f149dbf42e1f51
|
3 |
+
size 3518986240
|
ZephRP-m7b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d387922fa40847e9da71e765a5511725c1d7da5eca689e59358743cb63d8970
|
3 |
+
size 3164567552
|
ZephRP-m7b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25c329ae2b32dca78ff3a6b0a39c7e74ec35f7d8e89499af00f10d411de733d4
|
3 |
+
size 4108916736
|
ZephRP-m7b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d86719551c455bcce27a92c207f1e5b0e96f179aac61f48825884fdf3a76ac03
|
3 |
+
size 4368439296
|
ZephRP-m7b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e813e7b89f7c3652f5d182c025ea65926e84b75a8f0dbf5745b1758c1788078a
|
3 |
+
size 4140374016
|
ZephRP-m7b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d00bab755e7612730bc19a59367a4945ccd5b5e2198810094c64bd103c982dfb
|
3 |
+
size 4997715968
|
ZephRP-m7b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:999f0fd69d2a44c7471b0919ad1e94e69b4d3d6af40b71c7a34dbeea69c1300a
|
3 |
+
size 5131409408
|
ZephRP-m7b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3cc998b15bab688819d1b8aca7497241893e9aa58e8dfd338dc94542e298743
|
3 |
+
size 4997715968
|
ZephRP-m7b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3b8391fb03d9aa65fcffe20576bb36fee30ef0ea18b66d13cb712cd0ecbcab7
|
3 |
+
size 5942065152
|
ZephRP-m7b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:518f8bd2fa8b06e09d0bfc37d22c6754d0edbecf8f5459539eb3b04bbca972fa
|
3 |
+
size 7695857664
|