morriszms commited on
Commit
a10eb44
·
verified ·
1 Parent(s): ca27b37

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-6.7b-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ deepseek-coder-6.7b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ deepseek-coder-6.7b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ deepseek-coder-6.7b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ deepseek-coder-6.7b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ deepseek-coder-6.7b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ deepseek-coder-6.7b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ deepseek-coder-6.7b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ deepseek-coder-6.7b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ deepseek-coder-6.7b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ deepseek-coder-6.7b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ deepseek-coder-6.7b-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
+ base_model: deepseek-ai/deepseek-coder-6.7b-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-6.7b-instruct - GGUF
23
+
24
+ This repo contains GGUF format model files for [deepseek-ai/deepseek-coder-6.7b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-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-6.7b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q2_K.gguf) | Q2_K | 2.360 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [deepseek-coder-6.7b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q3_K_S.gguf) | Q3_K_S | 2.747 GB | very small, high quality loss |
42
+ | [deepseek-coder-6.7b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q3_K_M.gguf) | Q3_K_M | 3.073 GB | very small, high quality loss |
43
+ | [deepseek-coder-6.7b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q3_K_L.gguf) | Q3_K_L | 3.352 GB | small, substantial quality loss |
44
+ | [deepseek-coder-6.7b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q4_0.gguf) | Q4_0 | 3.565 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [deepseek-coder-6.7b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q4_K_S.gguf) | Q4_K_S | 3.594 GB | small, greater quality loss |
46
+ | [deepseek-coder-6.7b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q4_K_M.gguf) | Q4_K_M | 3.802 GB | medium, balanced quality - recommended |
47
+ | [deepseek-coder-6.7b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q5_0.gguf) | Q5_0 | 4.334 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [deepseek-coder-6.7b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q5_K_S.gguf) | Q5_K_S | 4.334 GB | large, low quality loss - recommended |
49
+ | [deepseek-coder-6.7b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q5_K_M.gguf) | Q5_K_M | 4.457 GB | large, very low quality loss - recommended |
50
+ | [deepseek-coder-6.7b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q6_K.gguf) | Q6_K | 5.151 GB | very large, extremely low quality loss |
51
+ | [deepseek-coder-6.7b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/deepseek-coder-6.7b-instruct-GGUF/tree/main/deepseek-coder-6.7b-instruct-Q8_0.gguf) | Q8_0 | 6.672 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-6.7b-instruct-GGUF --include "deepseek-coder-6.7b-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-6.7b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
deepseek-coder-6.7b-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c1fa62d92759ba9b243a62d4527cc5683d66baa2629e832a39247c55aa58279
3
+ size 2534501696
deepseek-coder-6.7b-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f8e8164203d4e5273a0f2cd13cfdd3ed8fee07817e2ccf44faf227fe267e8a
3
+ size 3598855488
deepseek-coder-6.7b-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb0ec6d0027722307f02b0bda6ee87a31bde42d7d1c8b51b1790188cca58e59b
3
+ size 3299749184
deepseek-coder-6.7b-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce9b3ba4f1d7d34446fd31b814090263d25e519cb613a3a9c599f9ec33f5292c
3
+ size 2950049088
deepseek-coder-6.7b-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09c253154ff822a5bc33d4fd74c54117a1d9583141a2a589aee8145867ef47db
3
+ size 3827690816
deepseek-coder-6.7b-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ed96b7f16d0d35b1771473d75586c50ab4359d9a3c905366ae613912c89d890
3
+ size 4082888000
deepseek-coder-6.7b-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff18360e0e08bff4a0303000afe59c93ce2eadfb00917b88837e1d0001903e6
3
+ size 3858623808
deepseek-coder-6.7b-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a06d898e13d2d3a44cd316b0d5fc5252706a822a623e644beecd88daf1ab1465
3
+ size 4653706560
deepseek-coder-6.7b-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb0827e406fff291f83ef2eba8ed5468c9df673e937116c6fed9861740fac6bd
3
+ size 4785171776
deepseek-coder-6.7b-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c9cf6ba129b80f8a3fbd4eafb1d2138d3d254748acf608391a8c1acc2fb6ad3
3
+ size 4653706560
deepseek-coder-6.7b-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfd32302868c23186538c1a5329e17b2389fa9b6fb9553cf85a7e47d35b117ae
3
+ size 5531348288
deepseek-coder-6.7b-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe75341d583a98e57d77f492d3803c78f08e0769791ea5e7997956181c91a58
3
+ size 7163751744