Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +78 -0
- Severus-7B-Q2_K.gguf +3 -0
- Severus-7B-Q3_K_L.gguf +3 -0
- Severus-7B-Q3_K_M.gguf +3 -0
- Severus-7B-Q3_K_S.gguf +3 -0
- Severus-7B-Q4_0.gguf +3 -0
- Severus-7B-Q4_K_M.gguf +3 -0
- Severus-7B-Q4_K_S.gguf +3 -0
- Severus-7B-Q5_0.gguf +3 -0
- Severus-7B-Q5_K_M.gguf +3 -0
- Severus-7B-Q5_K_S.gguf +3 -0
- Severus-7B-Q6_K.gguf +3 -0
- Severus-7B-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 |
+
Severus-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Severus-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Severus-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Severus-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Severus-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Severus-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Severus-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Severus-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Severus-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
Severus-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Severus-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
Severus-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- samir-fama/FernandoGPT-v1
|
5 |
+
- FelixChao/NinjaDolphin-7B
|
6 |
+
- TensorBlock
|
7 |
+
- GGUF
|
8 |
+
base_model: FelixChao/Severus-7B
|
9 |
+
---
|
10 |
+
|
11 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
12 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
13 |
+
</div>
|
14 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
15 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
16 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
17 |
+
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>
|
18 |
+
</p>
|
19 |
+
</div>
|
20 |
+
</div>
|
21 |
+
|
22 |
+
## FelixChao/Severus-7B - GGUF
|
23 |
+
|
24 |
+
This repo contains GGUF format model files for [FelixChao/Severus-7B](https://huggingface.co/FelixChao/Severus-7B).
|
25 |
+
|
26 |
+
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).
|
27 |
+
|
28 |
+
<div style="text-align: left; margin: 20px 0;">
|
29 |
+
<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;">
|
30 |
+
Run them on the TensorBlock client using your local machine ↗
|
31 |
+
</a>
|
32 |
+
</div>
|
33 |
+
|
34 |
+
## Prompt template
|
35 |
+
|
36 |
+
```
|
37 |
+
|
38 |
+
```
|
39 |
+
|
40 |
+
## Model file specification
|
41 |
+
|
42 |
+
| Filename | Quant type | File Size | Description |
|
43 |
+
| -------- | ---------- | --------- | ----------- |
|
44 |
+
| [Severus-7B-Q2_K.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
45 |
+
| [Severus-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
46 |
+
| [Severus-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
47 |
+
| [Severus-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
48 |
+
| [Severus-7B-Q4_0.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
49 |
+
| [Severus-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
50 |
+
| [Severus-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
51 |
+
| [Severus-7B-Q5_0.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
52 |
+
| [Severus-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
53 |
+
| [Severus-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
54 |
+
| [Severus-7B-Q6_K.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
55 |
+
| [Severus-7B-Q8_0.gguf](https://huggingface.co/tensorblock/Severus-7B-GGUF/blob/main/Severus-7B-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
|
56 |
+
|
57 |
+
|
58 |
+
## Downloading instruction
|
59 |
+
|
60 |
+
### Command line
|
61 |
+
|
62 |
+
Firstly, install Huggingface Client
|
63 |
+
|
64 |
+
```shell
|
65 |
+
pip install -U "huggingface_hub[cli]"
|
66 |
+
```
|
67 |
+
|
68 |
+
Then, downoad the individual model file the a local directory
|
69 |
+
|
70 |
+
```shell
|
71 |
+
huggingface-cli download tensorblock/Severus-7B-GGUF --include "Severus-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
72 |
+
```
|
73 |
+
|
74 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
75 |
+
|
76 |
+
```shell
|
77 |
+
huggingface-cli download tensorblock/Severus-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
78 |
+
```
|
Severus-7B-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34cef611c8dc28bd544bd074378a733a1fc3af25d9246f2b02d72c2178a788c6
|
3 |
+
size 2719242240
|
Severus-7B-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d681ca377912789ae2b1b32a951a6018e532594ba25b698e13d967477f73567
|
3 |
+
size 3822024704
|
Severus-7B-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:666a4c7d4d449659fc908a62d346562a7eda977ad7ff76428012e4d86a954975
|
3 |
+
size 3518986240
|
Severus-7B-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec2f5ad4aee95392fb117befcf208cd0e22b23f884f10721db887bab2aaf709e
|
3 |
+
size 3164567552
|
Severus-7B-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:184e96c3f4bdbe3b340aae59b8d2f51f0a728fbed9a236e9fbce5fcf06d8e0bc
|
3 |
+
size 4108916736
|
Severus-7B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cc3b68fe2d208d734f2c510bf0737b0d13fa7a7b51a3ee445a7e0ee7567dca5
|
3 |
+
size 4368439296
|
Severus-7B-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65c5b47e578bbb91aa85625c016d73dea2c9306f3b5dfb956d6b090f3a39e78a
|
3 |
+
size 4140374016
|
Severus-7B-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:462b273595d0affff98360d0d13433cbf9fb8bc526c50d239ab14b15180179dc
|
3 |
+
size 4997715968
|
Severus-7B-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b6fe6c925aec7d3a3f061cde6059ccb28b8ea1443c48648ea5cbe6de7f5b5c9
|
3 |
+
size 5131409408
|
Severus-7B-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f3486fcfcfaea2c655c419ca94cd64a07237c2d3a8c48f26701e2b882739912
|
3 |
+
size 4997715968
|
Severus-7B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d090a66ba7a7178689eda54b4807b0577ecb01ee6918ae6828cf9c6b6f86bf8
|
3 |
+
size 5942065152
|
Severus-7B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccaf14de26b2f3b965029037cdccd6d83fbeede5d44011764d17707cf2b9af17
|
3 |
+
size 7695857664
|