morriszms commited on
Commit
f843c69
1 Parent(s): 0618c13

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-1.3b-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ deepseek-coder-1.3b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ deepseek-coder-1.3b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ deepseek-coder-1.3b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ deepseek-coder-1.3b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ deepseek-coder-1.3b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ deepseek-coder-1.3b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ deepseek-coder-1.3b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ deepseek-coder-1.3b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ deepseek-coder-1.3b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ deepseek-coder-1.3b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ deepseek-coder-1.3b-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: deepseek
4
+ license_link: LICENSE
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: deepseek-ai/deepseek-coder-1.3b-instruct
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-1.3b-instruct - GGUF
23
+
24
+ This repo contains GGUF format model files for [deepseek-ai/deepseek-coder-1.3b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-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
+ ## Prompt template
29
+
30
+ ```
31
+ <|begin▁of▁sentence|>{system_prompt}### Instruction:
32
+ {prompt}
33
+ ### Response:
34
+ ```
35
+
36
+ ## Model file specification
37
+
38
+ | Filename | Quant type | File Size | Description |
39
+ | -------- | ---------- | --------- | ----------- |
40
+ | [deepseek-coder-1.3b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q2_K.gguf) | Q2_K | 0.521 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [deepseek-coder-1.3b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q3_K_S.gguf) | Q3_K_S | 0.598 GB | very small, high quality loss |
42
+ | [deepseek-coder-1.3b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q3_K_M.gguf) | Q3_K_M | 0.656 GB | very small, high quality loss |
43
+ | [deepseek-coder-1.3b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q3_K_L.gguf) | Q3_K_L | 0.693 GB | small, substantial quality loss |
44
+ | [deepseek-coder-1.3b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q4_0.gguf) | Q4_0 | 0.723 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [deepseek-coder-1.3b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q4_K_S.gguf) | Q4_K_S | 0.758 GB | small, greater quality loss |
46
+ | [deepseek-coder-1.3b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q4_K_M.gguf) | Q4_K_M | 0.813 GB | medium, balanced quality - recommended |
47
+ | [deepseek-coder-1.3b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q5_0.gguf) | Q5_0 | 0.872 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [deepseek-coder-1.3b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q5_K_S.gguf) | Q5_K_S | 0.887 GB | large, low quality loss - recommended |
49
+ | [deepseek-coder-1.3b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q5_K_M.gguf) | Q5_K_M | 0.933 GB | large, very low quality loss - recommended |
50
+ | [deepseek-coder-1.3b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q6_K.gguf) | Q6_K | 1.091 GB | very large, extremely low quality loss |
51
+ | [deepseek-coder-1.3b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/tree/main/deepseek-coder-1.3b-instruct-Q8_0.gguf) | Q8_0 | 1.334 GB | very large, extremely low quality loss - not recommended |
52
+
53
+
54
+ ## Downloading instruction
55
+
56
+ ### Command line
57
+
58
+ Firstly, install Huggingface Client
59
+
60
+ ```shell
61
+ pip install -U "huggingface_hub[cli]"
62
+ ```
63
+
64
+ Then, downoad the individual model file the a local directory
65
+
66
+ ```shell
67
+ huggingface-cli download tensorblock/deepseek-coder-1.3b-instruct-GGUF --include "deepseek-coder-1.3b-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
68
+ ```
69
+
70
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/deepseek-coder-1.3b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
deepseek-coder-1.3b-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24a6052ecb55f678defa29e64c8948aef8bcd0fbeacae9c7949ed5e3c02b823e
3
+ size 559717472
deepseek-coder-1.3b-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c587d232cdc44fd59dd09919715c552a6da4cf35ff756cccc1b48a851379511
3
+ size 744455264
deepseek-coder-1.3b-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7edbb5ad23d143ce25b92a3833d697abcaf61ad40a67ad4ac49661043922efd
3
+ size 704134240
deepseek-coder-1.3b-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ada80714e135477437c9e97d70dfe512c611c0ed73a045f0cc44999623574502
3
+ size 641825888
deepseek-coder-1.3b-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eba01a24d9dc4665724cfa7e3b43e3cd9993836e02211d8a8df7946ca701ad31
3
+ size 775937120
deepseek-coder-1.3b-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c4693963806b5c9d7d3bd8faeb70a2b25dc5d1bc76701364f88fd43c8cdc806
3
+ size 873454688
deepseek-coder-1.3b-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee8a9b5e9de35bb8bd958bd97edbde56b1da93160571f23e0afa147246e40944
3
+ size 813964384
deepseek-coder-1.3b-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fab3de8bd0439b2cf931510b35e2c6365cfccb2f50fe24d19b242db21cee39b
3
+ size 935976032
deepseek-coder-1.3b-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d9019fe87144c6e472ce72c3c0cdbda3b0e84f2f82a1bf2c199bd6f56474367
3
+ size 1001839712
deepseek-coder-1.3b-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1796600f010f3b0909ea527ea53cdf95df8b5586bce36bdc6ecb05ecd7c2acd
3
+ size 952884320
deepseek-coder-1.3b-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:042552df9761cf15508e46bd9dedc846c13b2b3366c205e55ca509a060c14b1f
3
+ size 1171536992
deepseek-coder-1.3b-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17c67cde98ac79ec1b200285e00dda27157782e1dee88bb0c04cf584606e81b5
3
+ size 1432091744