Duplicate from tensorblock/deepseek-coder-1.3b-instruct-GGUF
Browse filesCo-authored-by: Morris Cheung <[email protected]>
- .gitattributes +47 -0
- README.md +143 -0
- deepseek-coder-1.3b-instruct-Q2_K.gguf +3 -0
- deepseek-coder-1.3b-instruct-Q3_K_M.gguf +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz 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,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|
| 15 |
+
[](https://tensorblock.co)
|
| 16 |
+
[](https://twitter.com/tensorblock_aoi)
|
| 17 |
+
[](https://discord.gg/Ej5NmeHFf2)
|
| 18 |
+
[](https://github.com/TensorBlock)
|
| 19 |
+
[](https://t.me/TensorBlock)
|
| 20 |
+
|
| 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 |
+
|
| 29 |
+
## Our projects
|
| 30 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
| 31 |
+
<tr>
|
| 32 |
+
<th colspan="2" style="font-size: 25px;">Forge</th>
|
| 33 |
+
</tr>
|
| 34 |
+
<tr>
|
| 35 |
+
<th colspan="2">
|
| 36 |
+
<img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
|
| 37 |
+
</th>
|
| 38 |
+
</tr>
|
| 39 |
+
<tr>
|
| 40 |
+
<th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
|
| 41 |
+
</tr>
|
| 42 |
+
<tr>
|
| 43 |
+
<th colspan="2">
|
| 44 |
+
<a href="https://github.com/TensorBlock/forge" target="_blank" style="
|
| 45 |
+
display: inline-block;
|
| 46 |
+
padding: 8px 16px;
|
| 47 |
+
background-color: #FF7F50;
|
| 48 |
+
color: white;
|
| 49 |
+
text-decoration: none;
|
| 50 |
+
border-radius: 6px;
|
| 51 |
+
font-weight: bold;
|
| 52 |
+
font-family: sans-serif;
|
| 53 |
+
">🚀 Try it now! 🚀</a>
|
| 54 |
+
</th>
|
| 55 |
+
</tr>
|
| 56 |
+
|
| 57 |
+
<tr>
|
| 58 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 59 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 60 |
+
</tr>
|
| 61 |
+
<tr>
|
| 62 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
|
| 63 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
|
| 64 |
+
</tr>
|
| 65 |
+
<tr>
|
| 66 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 67 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 68 |
+
</tr>
|
| 69 |
+
<tr>
|
| 70 |
+
<th>
|
| 71 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
| 72 |
+
display: inline-block;
|
| 73 |
+
padding: 8px 16px;
|
| 74 |
+
background-color: #FF7F50;
|
| 75 |
+
color: white;
|
| 76 |
+
text-decoration: none;
|
| 77 |
+
border-radius: 6px;
|
| 78 |
+
font-weight: bold;
|
| 79 |
+
font-family: sans-serif;
|
| 80 |
+
">👀 See what we built 👀</a>
|
| 81 |
+
</th>
|
| 82 |
+
<th>
|
| 83 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
| 84 |
+
display: inline-block;
|
| 85 |
+
padding: 8px 16px;
|
| 86 |
+
background-color: #FF7F50;
|
| 87 |
+
color: white;
|
| 88 |
+
text-decoration: none;
|
| 89 |
+
border-radius: 6px;
|
| 90 |
+
font-weight: bold;
|
| 91 |
+
font-family: sans-serif;
|
| 92 |
+
">👀 See what we built 👀</a>
|
| 93 |
+
</th>
|
| 94 |
+
</tr>
|
| 95 |
+
</table>
|
| 96 |
+
## Prompt template
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
```
|
| 100 |
+
<|begin▁of▁sentence|>{system_prompt}### Instruction:
|
| 101 |
+
{prompt}
|
| 102 |
+
### Response:
|
| 103 |
+
```
|
| 104 |
+
|
| 105 |
+
## Model file specification
|
| 106 |
+
|
| 107 |
+
| Filename | Quant type | File Size | Description |
|
| 108 |
+
| -------- | ---------- | --------- | ----------- |
|
| 109 |
+
| [deepseek-coder-1.3b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/main/deepseek-coder-1.3b-instruct-Q2_K.gguf) | Q2_K | 0.521 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 110 |
+
| [deepseek-coder-1.3b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/main/deepseek-coder-1.3b-instruct-Q3_K_S.gguf) | Q3_K_S | 0.598 GB | very small, high quality loss |
|
| 111 |
+
| [deepseek-coder-1.3b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/main/deepseek-coder-1.3b-instruct-Q3_K_M.gguf) | Q3_K_M | 0.656 GB | very small, high quality loss |
|
| 112 |
+
| [deepseek-coder-1.3b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/main/deepseek-coder-1.3b-instruct-Q3_K_L.gguf) | Q3_K_L | 0.693 GB | small, substantial quality loss |
|
| 113 |
+
| [deepseek-coder-1.3b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/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 |
|
| 114 |
+
| [deepseek-coder-1.3b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/main/deepseek-coder-1.3b-instruct-Q4_K_S.gguf) | Q4_K_S | 0.758 GB | small, greater quality loss |
|
| 115 |
+
| [deepseek-coder-1.3b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/main/deepseek-coder-1.3b-instruct-Q4_K_M.gguf) | Q4_K_M | 0.813 GB | medium, balanced quality - recommended |
|
| 116 |
+
| [deepseek-coder-1.3b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/main/deepseek-coder-1.3b-instruct-Q5_0.gguf) | Q5_0 | 0.872 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 117 |
+
| [deepseek-coder-1.3b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/main/deepseek-coder-1.3b-instruct-Q5_K_S.gguf) | Q5_K_S | 0.887 GB | large, low quality loss - recommended |
|
| 118 |
+
| [deepseek-coder-1.3b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/main/deepseek-coder-1.3b-instruct-Q5_K_M.gguf) | Q5_K_M | 0.933 GB | large, very low quality loss - recommended |
|
| 119 |
+
| [deepseek-coder-1.3b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/main/deepseek-coder-1.3b-instruct-Q6_K.gguf) | Q6_K | 1.091 GB | very large, extremely low quality loss |
|
| 120 |
+
| [deepseek-coder-1.3b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF/blob/main/deepseek-coder-1.3b-instruct-Q8_0.gguf) | Q8_0 | 1.334 GB | very large, extremely low quality loss - not recommended |
|
| 121 |
+
|
| 122 |
+
|
| 123 |
+
## Downloading instruction
|
| 124 |
+
|
| 125 |
+
### Command line
|
| 126 |
+
|
| 127 |
+
Firstly, install Huggingface Client
|
| 128 |
+
|
| 129 |
+
```shell
|
| 130 |
+
pip install -U "huggingface_hub[cli]"
|
| 131 |
+
```
|
| 132 |
+
|
| 133 |
+
Then, downoad the individual model file the a local directory
|
| 134 |
+
|
| 135 |
+
```shell
|
| 136 |
+
huggingface-cli download tensorblock/deepseek-coder-1.3b-instruct-GGUF --include "deepseek-coder-1.3b-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 137 |
+
```
|
| 138 |
+
|
| 139 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 140 |
+
|
| 141 |
+
```shell
|
| 142 |
+
huggingface-cli download tensorblock/deepseek-coder-1.3b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 143 |
+
```
|
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_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7edbb5ad23d143ce25b92a3833d697abcaf61ad40a67ad4ac49661043922efd
|
| 3 |
+
size 704134240
|