Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +82 -0
- deepseek-llm-7b-chat-Q2_K.gguf +3 -0
- deepseek-llm-7b-chat-Q3_K_L.gguf +3 -0
- deepseek-llm-7b-chat-Q3_K_M.gguf +3 -0
- deepseek-llm-7b-chat-Q3_K_S.gguf +3 -0
- deepseek-llm-7b-chat-Q4_0.gguf +3 -0
- deepseek-llm-7b-chat-Q4_K_M.gguf +3 -0
- deepseek-llm-7b-chat-Q4_K_S.gguf +3 -0
- deepseek-llm-7b-chat-Q5_0.gguf +3 -0
- deepseek-llm-7b-chat-Q5_K_M.gguf +3 -0
- deepseek-llm-7b-chat-Q5_K_S.gguf +3 -0
- deepseek-llm-7b-chat-Q6_K.gguf +3 -0
- deepseek-llm-7b-chat-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 |
+
deepseek-llm-7b-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
deepseek-llm-7b-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
deepseek-llm-7b-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
deepseek-llm-7b-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
deepseek-llm-7b-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
deepseek-llm-7b-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
deepseek-llm-7b-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
deepseek-llm-7b-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
deepseek-llm-7b-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
deepseek-llm-7b-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
deepseek-llm-7b-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
deepseek-llm-7b-chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: deepseek
|
| 4 |
+
license_link: LICENSE
|
| 5 |
+
tags:
|
| 6 |
+
- TensorBlock
|
| 7 |
+
- GGUF
|
| 8 |
+
base_model: deepseek-ai/deepseek-llm-7b-chat
|
| 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 |
+
## deepseek-ai/deepseek-llm-7b-chat - GGUF
|
| 23 |
+
|
| 24 |
+
This repo contains GGUF format model files for [deepseek-ai/deepseek-llm-7b-chat](https://huggingface.co/deepseek-ai/deepseek-llm-7b-chat).
|
| 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 |
+
<|begin▁of▁sentence|>{system_prompt}
|
| 38 |
+
|
| 39 |
+
User: {prompt}
|
| 40 |
+
|
| 41 |
+
Assistant:
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
## Model file specification
|
| 45 |
+
|
| 46 |
+
| Filename | Quant type | File Size | Description |
|
| 47 |
+
| -------- | ---------- | --------- | ----------- |
|
| 48 |
+
| [deepseek-llm-7b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q2_K.gguf) | Q2_K | 2.718 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 49 |
+
| [deepseek-llm-7b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q3_K_S.gguf) | Q3_K_S | 3.138 GB | very small, high quality loss |
|
| 50 |
+
| [deepseek-llm-7b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q3_K_M.gguf) | Q3_K_M | 3.461 GB | very small, high quality loss |
|
| 51 |
+
| [deepseek-llm-7b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q3_K_L.gguf) | Q3_K_L | 3.746 GB | small, substantial quality loss |
|
| 52 |
+
| [deepseek-llm-7b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q4_0.gguf) | Q4_0 | 4.000 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 53 |
+
| [deepseek-llm-7b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q4_K_S.gguf) | Q4_K_S | 4.025 GB | small, greater quality loss |
|
| 54 |
+
| [deepseek-llm-7b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q4_K_M.gguf) | Q4_K_M | 4.223 GB | medium, balanced quality - recommended |
|
| 55 |
+
| [deepseek-llm-7b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q5_0.gguf) | Q5_0 | 4.811 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 56 |
+
| [deepseek-llm-7b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q5_K_S.gguf) | Q5_K_S | 4.811 GB | large, low quality loss - recommended |
|
| 57 |
+
| [deepseek-llm-7b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q5_K_M.gguf) | Q5_K_M | 4.926 GB | large, very low quality loss - recommended |
|
| 58 |
+
| [deepseek-llm-7b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q6_K.gguf) | Q6_K | 5.673 GB | very large, extremely low quality loss |
|
| 59 |
+
| [deepseek-llm-7b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-chat-GGUF/blob/main/deepseek-llm-7b-chat-Q8_0.gguf) | Q8_0 | 7.347 GB | very large, extremely low quality loss - not recommended |
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
## Downloading instruction
|
| 63 |
+
|
| 64 |
+
### Command line
|
| 65 |
+
|
| 66 |
+
Firstly, install Huggingface Client
|
| 67 |
+
|
| 68 |
+
```shell
|
| 69 |
+
pip install -U "huggingface_hub[cli]"
|
| 70 |
+
```
|
| 71 |
+
|
| 72 |
+
Then, downoad the individual model file the a local directory
|
| 73 |
+
|
| 74 |
+
```shell
|
| 75 |
+
huggingface-cli download tensorblock/deepseek-llm-7b-chat-GGUF --include "deepseek-llm-7b-chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 76 |
+
```
|
| 77 |
+
|
| 78 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 79 |
+
|
| 80 |
+
```shell
|
| 81 |
+
huggingface-cli download tensorblock/deepseek-llm-7b-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 82 |
+
```
|
deepseek-llm-7b-chat-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cacbfcfc19f8cf5144baf3cbbf0341f561df359b87880dcf8b7178185234c128
|
| 3 |
+
size 2718422848
|
deepseek-llm-7b-chat-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7136768a352f3906915b42da1c2b9a1e344dd8504d0f69c599cc6d11e0dc42f9
|
| 3 |
+
size 3746273088
|
deepseek-llm-7b-chat-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:451809335997be85c47cbf06c1aed5e15531d15486d258d5d1b10b6adaaafb44
|
| 3 |
+
size 3461191488
|
deepseek-llm-7b-chat-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24a9704f7c687ccf564570149866359a3e2398cc157f4f73ded5f82ed3a00a41
|
| 3 |
+
size 3138017088
|
deepseek-llm-7b-chat-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30550c96ca13a6fb186b0cf5c20b12fb08cf706ee635a4968d7b5f200e0e8cbe
|
| 3 |
+
size 4000061248
|
deepseek-llm-7b-chat-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ce88e70e03484db37b9093dca06d3b01db78058b9641a49535e2106f1258775
|
| 3 |
+
size 4223358784
|
deepseek-llm-7b-chat-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e628fc996522caa02e915adddd6e3f413b4d23da3c87d2559e34a81ced47ba95
|
| 3 |
+
size 4025358144
|
deepseek-llm-7b-chat-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd8b4b507e2a6685406e9921e6af048818730a5669b72305c8247073477ab2ce
|
| 3 |
+
size 4811396928
|
deepseek-llm-7b-chat-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ac78986327a58517ea5186a16af918db540cc954e00a50a0a21ee16e52f0cda
|
| 3 |
+
size 4926428992
|
deepseek-llm-7b-chat-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8617b23c987ad911161517729c664c4e921571a08c5c14625a0c33f4027a4e39
|
| 3 |
+
size 4811396928
|
deepseek-llm-7b-chat-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c52313f1d02890057bcccb3ef4453238c7f4fd628a5cfc40b28b8b7f5a14ade1
|
| 3 |
+
size 5673441088
|
deepseek-llm-7b-chat-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d49eb33b93cbfb0e928aafcbd8227b95c47c2639c559b484892bdee423255926
|
| 3 |
+
size 7346984768
|