morriszms commited on
Commit
b9dbb7e
1 Parent(s): a25de79

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-7b-instruct-v1.5-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ deepseek-coder-7b-instruct-v1.5-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ deepseek-coder-7b-instruct-v1.5-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ deepseek-coder-7b-instruct-v1.5-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ deepseek-coder-7b-instruct-v1.5-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ deepseek-coder-7b-instruct-v1.5-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ deepseek-coder-7b-instruct-v1.5-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ deepseek-coder-7b-instruct-v1.5-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ deepseek-coder-7b-instruct-v1.5-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ deepseek-coder-7b-instruct-v1.5-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ deepseek-coder-7b-instruct-v1.5-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ deepseek-coder-7b-instruct-v1.5-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-7b-instruct-v1.5
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-7b-instruct-v1.5 - GGUF
23
+
24
+ This repo contains GGUF format model files for [deepseek-ai/deepseek-coder-7b-instruct-v1.5](https://huggingface.co/deepseek-ai/deepseek-coder-7b-instruct-v1.5).
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-7b-instruct-v1.5-Q2_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [deepseek-coder-7b-instruct-v1.5-Q3_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q3_K_S.gguf) | Q3_K_S | 2.923 GB | very small, high quality loss |
42
+ | [deepseek-coder-7b-instruct-v1.5-Q3_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q3_K_M.gguf) | Q3_K_M | 3.223 GB | very small, high quality loss |
43
+ | [deepseek-coder-7b-instruct-v1.5-Q3_K_L.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q3_K_L.gguf) | Q3_K_L | 3.489 GB | small, substantial quality loss |
44
+ | [deepseek-coder-7b-instruct-v1.5-Q4_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q4_0.gguf) | Q4_0 | 3.725 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [deepseek-coder-7b-instruct-v1.5-Q4_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q4_K_S.gguf) | Q4_K_S | 3.749 GB | small, greater quality loss |
46
+ | [deepseek-coder-7b-instruct-v1.5-Q4_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q4_K_M.gguf) | Q4_K_M | 3.933 GB | medium, balanced quality - recommended |
47
+ | [deepseek-coder-7b-instruct-v1.5-Q5_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q5_0.gguf) | Q5_0 | 4.481 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [deepseek-coder-7b-instruct-v1.5-Q5_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q5_K_S.gguf) | Q5_K_S | 4.481 GB | large, low quality loss - recommended |
49
+ | [deepseek-coder-7b-instruct-v1.5-Q5_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q5_K_M.gguf) | Q5_K_M | 4.588 GB | large, very low quality loss - recommended |
50
+ | [deepseek-coder-7b-instruct-v1.5-Q6_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q6_K.gguf) | Q6_K | 5.284 GB | very large, extremely low quality loss |
51
+ | [deepseek-coder-7b-instruct-v1.5-Q8_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-7b-instruct-v1.5-GGUF/tree/main/deepseek-coder-7b-instruct-v1.5-Q8_0.gguf) | Q8_0 | 6.842 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-7b-instruct-v1.5-GGUF --include "deepseek-coder-7b-instruct-v1.5-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-7b-instruct-v1.5-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
deepseek-coder-7b-instruct-v1.5-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d56c524626d2235b64a6308a733a0e074d27a4426c5bbe2e59a7143d7a847b0b
3
+ size 2718423488
deepseek-coder-7b-instruct-v1.5-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee48fe9890ebe362d95a654490acd6e3d6a253c393db1efcd0b6e0fc2650fc8c
3
+ size 3746273728
deepseek-coder-7b-instruct-v1.5-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:304ada716aa9b8872530e97553d70caf5873dc48a79f74e7a0e03ba2a020feb4
3
+ size 3461192128
deepseek-coder-7b-instruct-v1.5-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d479a2f0e53710ed46835bc12afb8eea2aaa2c86aabb05ec89446288d7752946
3
+ size 3138017728
deepseek-coder-7b-instruct-v1.5-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30cba9cf72d71d2021b961a2f0bc07a17abc622bd7674faa8028ee6cffd5e2b7
3
+ size 4000061888
deepseek-coder-7b-instruct-v1.5-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3e7e3e11f37546eda0e5ab7fabcf35c5afb723f7b808536400dc2a3dfa5b66c
3
+ size 4223359424
deepseek-coder-7b-instruct-v1.5-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73c97bb4773591eea9abfd8f4faf0d5a271049d734b5158bfbedb488ec639cb4
3
+ size 4025358784
deepseek-coder-7b-instruct-v1.5-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae31dad1c36c22742c755e3afc75f01e052d4d21472d734aee51b582c1d13446
3
+ size 4811397568
deepseek-coder-7b-instruct-v1.5-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9693e28c642a4dab3989efc0e1a7e384df0cf5b8fb9d515242c38f501e3396cf
3
+ size 4926429632
deepseek-coder-7b-instruct-v1.5-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed3999a5a539aa20cf94ea265ea4f1069024084b56fed96900ecc059a0e8897a
3
+ size 4811397568
deepseek-coder-7b-instruct-v1.5-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d49fb0fe99f2cb143a86b21dfb5a6d2735bef81046b130bf0a53e3290e7cd519
3
+ size 5673441728
deepseek-coder-7b-instruct-v1.5-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0251023f4ff13a0d352056e54579164fd46d727b5596f3ee1c958a43c66707
3
+ size 7346985408