Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +72 -0
- deepseek-coder-33b-base-Q2_K.gguf +3 -0
- deepseek-coder-33b-base-Q3_K_L.gguf +3 -0
- deepseek-coder-33b-base-Q3_K_M.gguf +3 -0
- deepseek-coder-33b-base-Q3_K_S.gguf +3 -0
- deepseek-coder-33b-base-Q4_0.gguf +3 -0
- deepseek-coder-33b-base-Q4_K_M.gguf +3 -0
- deepseek-coder-33b-base-Q4_K_S.gguf +3 -0
- deepseek-coder-33b-base-Q5_0.gguf +3 -0
- deepseek-coder-33b-base-Q5_K_M.gguf +3 -0
- deepseek-coder-33b-base-Q5_K_S.gguf +3 -0
- deepseek-coder-33b-base-Q6_K.gguf +3 -0
- deepseek-coder-33b-base-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-coder-33b-base-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
deepseek-coder-33b-base-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
deepseek-coder-33b-base-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
deepseek-coder-33b-base-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
deepseek-coder-33b-base-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
deepseek-coder-33b-base-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
deepseek-coder-33b-base-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
deepseek-coder-33b-base-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
deepseek-coder-33b-base-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
deepseek-coder-33b-base-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
deepseek-coder-33b-base-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
deepseek-coder-33b-base-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: deepseek-license
|
4 |
+
license_link: LICENSE
|
5 |
+
tags:
|
6 |
+
- TensorBlock
|
7 |
+
- GGUF
|
8 |
+
base_model: deepseek-ai/deepseek-coder-33b-base
|
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-coder-33b-base - GGUF
|
23 |
+
|
24 |
+
This repo contains GGUF format model files for [deepseek-ai/deepseek-coder-33b-base](https://huggingface.co/deepseek-ai/deepseek-coder-33b-base).
|
25 |
+
|
26 |
+
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).
|
27 |
+
|
28 |
+
## Prompt template
|
29 |
+
|
30 |
+
```
|
31 |
+
|
32 |
+
```
|
33 |
+
|
34 |
+
## Model file specification
|
35 |
+
|
36 |
+
| Filename | Quant type | File Size | Description |
|
37 |
+
| -------- | ---------- | --------- | ----------- |
|
38 |
+
| [deepseek-coder-33b-base-Q2_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q2_K.gguf) | Q2_K | 11.507 GB | smallest, significant quality loss - not recommended for most purposes |
|
39 |
+
| [deepseek-coder-33b-base-Q3_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q3_K_S.gguf) | Q3_K_S | 13.431 GB | very small, high quality loss |
|
40 |
+
| [deepseek-coder-33b-base-Q3_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q3_K_M.gguf) | Q3_K_M | 14.987 GB | very small, high quality loss |
|
41 |
+
| [deepseek-coder-33b-base-Q3_K_L.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q3_K_L.gguf) | Q3_K_L | 16.354 GB | small, substantial quality loss |
|
42 |
+
| [deepseek-coder-33b-base-Q4_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q4_0.gguf) | Q4_0 | 17.527 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
43 |
+
| [deepseek-coder-33b-base-Q4_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q4_K_S.gguf) | Q4_K_S | 17.642 GB | small, greater quality loss |
|
44 |
+
| [deepseek-coder-33b-base-Q4_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q4_K_M.gguf) | Q4_K_M | 18.571 GB | medium, balanced quality - recommended |
|
45 |
+
| [deepseek-coder-33b-base-Q5_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q5_0.gguf) | Q5_0 | 21.381 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
46 |
+
| [deepseek-coder-33b-base-Q5_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q5_K_S.gguf) | Q5_K_S | 21.381 GB | large, low quality loss - recommended |
|
47 |
+
| [deepseek-coder-33b-base-Q5_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q5_K_M.gguf) | Q5_K_M | 21.919 GB | large, very low quality loss - recommended |
|
48 |
+
| [deepseek-coder-33b-base-Q6_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q6_K.gguf) | Q6_K | 25.477 GB | very large, extremely low quality loss |
|
49 |
+
| [deepseek-coder-33b-base-Q8_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-base-GGUF/tree/main/deepseek-coder-33b-base-Q8_0.gguf) | Q8_0 | 32.997 GB | very large, extremely low quality loss - not recommended |
|
50 |
+
|
51 |
+
|
52 |
+
## Downloading instruction
|
53 |
+
|
54 |
+
### Command line
|
55 |
+
|
56 |
+
Firstly, install Huggingface Client
|
57 |
+
|
58 |
+
```shell
|
59 |
+
pip install -U "huggingface_hub[cli]"
|
60 |
+
```
|
61 |
+
|
62 |
+
Then, downoad the individual model file the a local directory
|
63 |
+
|
64 |
+
```shell
|
65 |
+
huggingface-cli download tensorblock/deepseek-coder-33b-base-GGUF --include "deepseek-coder-33b-base-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
66 |
+
```
|
67 |
+
|
68 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
69 |
+
|
70 |
+
```shell
|
71 |
+
huggingface-cli download tensorblock/deepseek-coder-33b-base-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
72 |
+
```
|
deepseek-coder-33b-base-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:184de16a7bef74dc00d942c5c9a66b4e6c9333fb07c74b0ac2b854ae2e7250f9
|
3 |
+
size 12355753984
|
deepseek-coder-33b-base-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:041de05a8cdb357a0fd5af12a72551518530ea07efa17d5372a00ecc585b86ae
|
3 |
+
size 17560238080
|
deepseek-coder-33b-base-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8a246e11a5a31f103e834b7152124cf8cd8052ab110eb8212075e44246854bf
|
3 |
+
size 16092002304
|
deepseek-coder-33b-base-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15a2ab704d08bc5716b873ad024f56b8214474dce62fd3eaed9716f8c69fde36
|
3 |
+
size 14421772288
|
deepseek-coder-33b-base-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e40a7c9a9d3ed9332df55f8e7b2be5645007fbb1aca756420bfa0b256d1a320
|
3 |
+
size 18819311616
|
deepseek-coder-33b-base-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07947150fe7946bf103c6a3c10554bb7586260061c79510550813518938eefc2
|
3 |
+
size 19940530176
|
deepseek-coder-33b-base-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71a715484d2dc246fab6e3cf7784518716296e7b1175a5718264d99d5e1fe274
|
3 |
+
size 18943404032
|
deepseek-coder-33b-base-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7c422a4521895ea80e9b150075d6d32999274381825295b43cbf052511849e1
|
3 |
+
size 22958172160
|
deepseek-coder-33b-base-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dbf730a98df842245706b27e04697e21575f150233b5d5d484e1fbbeceb449b
|
3 |
+
size 23535769600
|
deepseek-coder-33b-base-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a95ba2d70ee25759888d8508aa79396df0362a67fac5be0a2a6bddd4ae9601c5
|
3 |
+
size 22958172160
|
deepseek-coder-33b-base-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01c558b0fa23d2d86a02cc02e1d8e22b5261933b87e58ae630f83cb6257e4d98
|
3 |
+
size 27355711488
|
deepseek-coder-33b-base-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f000d5a41d25860e04b700064def04b268caec65670bec0d729d5e9d43e5c822
|
3 |
+
size 35430750208
|