morriszms commited on
Commit
823c4a0
·
verified ·
1 Parent(s): e942f90

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
+ deepseek-coder-33b-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ deepseek-coder-33b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ deepseek-coder-33b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ deepseek-coder-33b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ deepseek-coder-33b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ deepseek-coder-33b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ deepseek-coder-33b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ deepseek-coder-33b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ deepseek-coder-33b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ deepseek-coder-33b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ deepseek-coder-33b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ deepseek-coder-33b-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: deepseek
4
+ license_link: LICENSE
5
+ base_model: deepseek-ai/deepseek-coder-33b-instruct
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
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-instruct - GGUF
23
+
24
+ This repo contains GGUF format model files for [deepseek-ai/deepseek-coder-33b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct).
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
+ <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}### Instruction:
38
+ {prompt}
39
+ ### Response:
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [deepseek-coder-33b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q2_K.gguf) | Q2_K | 12.356 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [deepseek-coder-33b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q3_K_S.gguf) | Q3_K_S | 14.422 GB | very small, high quality loss |
48
+ | [deepseek-coder-33b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q3_K_M.gguf) | Q3_K_M | 16.092 GB | very small, high quality loss |
49
+ | [deepseek-coder-33b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q3_K_L.gguf) | Q3_K_L | 17.560 GB | small, substantial quality loss |
50
+ | [deepseek-coder-33b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q4_0.gguf) | Q4_0 | 18.819 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [deepseek-coder-33b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q4_K_S.gguf) | Q4_K_S | 18.943 GB | small, greater quality loss |
52
+ | [deepseek-coder-33b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q4_K_M.gguf) | Q4_K_M | 19.941 GB | medium, balanced quality - recommended |
53
+ | [deepseek-coder-33b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q5_0.gguf) | Q5_0 | 22.958 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [deepseek-coder-33b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q5_K_S.gguf) | Q5_K_S | 22.958 GB | large, low quality loss - recommended |
55
+ | [deepseek-coder-33b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q5_K_M.gguf) | Q5_K_M | 23.536 GB | large, very low quality loss - recommended |
56
+ | [deepseek-coder-33b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q6_K.gguf) | Q6_K | 27.356 GB | very large, extremely low quality loss |
57
+ | [deepseek-coder-33b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-33b-instruct-GGUF/blob/main/deepseek-coder-33b-instruct-Q8_0.gguf) | Q8_0 | 35.431 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/deepseek-coder-33b-instruct-GGUF --include "deepseek-coder-33b-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/deepseek-coder-33b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
deepseek-coder-33b-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e312eb939a0e4f1d340997540f71e642d91eaee2b1c87e3fb31d57b6cc4cf6a5
3
+ size 12355755072
deepseek-coder-33b-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:176fc0f3cd37c663a604fda437533cf872e2ace7218a9fb52d372e7c5e1b0792
3
+ size 17560239168
deepseek-coder-33b-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8892ef4671a44968674e516e466a656a585e74441e22bdf61dd84e6e911edad
3
+ size 16092003392
deepseek-coder-33b-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97b3be1ec78ccf1a877287937b4cb7b29afb4f3ac57966d4c62d193a383c1d74
3
+ size 14421773376
deepseek-coder-33b-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21319c8bdd63512e6fd4e93e90fc38e55d34c6885df5a3c555747d6fe979f053
3
+ size 18819312704
deepseek-coder-33b-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94c01afb09ef025f29ace60ab6fede1e6a7f26e965fcdb66c6bb7d6fc8fb4ad2
3
+ size 19940531264
deepseek-coder-33b-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0459374ec9ff130f0b5234505ac4443730a43151237423a40151182c4bf62e7d
3
+ size 18943405120
deepseek-coder-33b-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7397f94c2c0aa8638593615120b2d8781a20effa769804a65b37075d13e17ca1
3
+ size 22958173248
deepseek-coder-33b-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5c67cb315f78c3c9b41e9ee551b0477414fc99a677dd62cf5a302f0e8cf0c4
3
+ size 23535770688
deepseek-coder-33b-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e7ba8e338ddc1a25765f656c93756f881d05189ce0a4870c92c487ed1b4963
3
+ size 22958173248
deepseek-coder-33b-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d8cfacc4345a2469f3b22a1e4379c2b902e3fdfe84877f4abded35ca155442d
3
+ size 27355712576
deepseek-coder-33b-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ce21d42f12d5ad8ffa6a8519257f7e1f0fc80f3fdcced9d7e285c386cfbd2d2
3
+ size 35430751296