legraphista commited on
Commit
c564f48
1 Parent(s): 991341f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +159 -0
README.md ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-Coder-V2-Lite-Base
3
+ inference: false
4
+ library_name: gguf
5
+ license: other
6
+ license_link: LICENSE
7
+ license_name: deepseek-license
8
+ pipeline_tag: text-generation
9
+ quantized_by: legraphista
10
+ tags:
11
+ - quantized
12
+ - GGUF
13
+ - imatrix
14
+ - quantization
15
+ - imat
16
+ - imatrix
17
+ - static
18
+ - 16bit
19
+ - 8bit
20
+ - 6bit
21
+ - 5bit
22
+ - 4bit
23
+ - 3bit
24
+ - 2bit
25
+ - 1bit
26
+ ---
27
+
28
+ # DeepSeek-Coder-V2-Lite-Base-IMat-GGUF
29
+ _Llama.cpp imatrix quantization of deepseek-ai/DeepSeek-Coder-V2-Lite-Base_
30
+
31
+ Original Model: [deepseek-ai/DeepSeek-Coder-V2-Lite-Base](https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Base)
32
+ Original dtype: `BF16` (`bfloat16`)
33
+ Quantized by: llama.cpp [b3166](https://github.com/ggerganov/llama.cpp/releases/tag/b3166)
34
+ IMatrix dataset: [here](https://gist.githubusercontent.com/bartowski1182/eb213dccb3571f863da82e99418f81e8/raw/b2869d80f5c16fd7082594248e80144677736635/calibration_datav3.txt)
35
+
36
+ - [Files](#files)
37
+ - [IMatrix](#imatrix)
38
+ - [Common Quants](#common-quants)
39
+ - [All Quants](#all-quants)
40
+ - [Downloading using huggingface-cli](#downloading-using-huggingface-cli)
41
+ - [Inference](#inference)
42
+ - [Simple chat template](#simple-chat-template)
43
+ - [Chat template with system prompt](#chat-template-with-system-prompt)
44
+ - [Llama.cpp](#llama-cpp)
45
+ - [FAQ](#faq)
46
+ - [Why is the IMatrix not applied everywhere?](#why-is-the-imatrix-not-applied-everywhere)
47
+ - [How do I merge a split GGUF?](#how-do-i-merge-a-split-gguf)
48
+
49
+ ---
50
+
51
+ ## Files
52
+
53
+ ### IMatrix
54
+ Status: ⏳ Processing
55
+ Link: [here](https://huggingface.co/legraphista/DeepSeek-Coder-V2-Lite-Base-IMat-GGUF/blob/main/imatrix.dat)
56
+
57
+ ### Common Quants
58
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
59
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
60
+ | DeepSeek-Coder-V2-Lite-Base.Q8_0 | Q8_0 | - | ⏳ Processing | ⚪ Static | -
61
+ | DeepSeek-Coder-V2-Lite-Base.Q6_K | Q6_K | - | ⏳ Processing | ⚪ Static | -
62
+ | DeepSeek-Coder-V2-Lite-Base.Q4_K | Q4_K | - | ⏳ Processing | 🟢 IMatrix | -
63
+ | DeepSeek-Coder-V2-Lite-Base.Q3_K | Q3_K | - | ⏳ Processing | 🟢 IMatrix | -
64
+ | DeepSeek-Coder-V2-Lite-Base.Q2_K | Q2_K | - | ⏳ Processing | 🟢 IMatrix | -
65
+
66
+
67
+ ### All Quants
68
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
69
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
70
+ | DeepSeek-Coder-V2-Lite-Base.BF16 | BF16 | - | ⏳ Processing | ⚪ Static | -
71
+ | DeepSeek-Coder-V2-Lite-Base.FP16 | F16 | - | ⏳ Processing | ⚪ Static | -
72
+ | DeepSeek-Coder-V2-Lite-Base.Q8_0 | Q8_0 | - | ⏳ Processing | ⚪ Static | -
73
+ | DeepSeek-Coder-V2-Lite-Base.Q6_K | Q6_K | - | ⏳ Processing | ⚪ Static | -
74
+ | DeepSeek-Coder-V2-Lite-Base.Q5_K | Q5_K | - | ⏳ Processing | ⚪ Static | -
75
+ | DeepSeek-Coder-V2-Lite-Base.Q5_K_S | Q5_K_S | - | ⏳ Processing | ⚪ Static | -
76
+ | DeepSeek-Coder-V2-Lite-Base.Q4_K | Q4_K | - | ⏳ Processing | 🟢 IMatrix | -
77
+ | DeepSeek-Coder-V2-Lite-Base.Q4_K_S | Q4_K_S | - | ⏳ Processing | 🟢 IMatrix | -
78
+ | DeepSeek-Coder-V2-Lite-Base.IQ4_NL | IQ4_NL | - | ⏳ Processing | 🟢 IMatrix | -
79
+ | DeepSeek-Coder-V2-Lite-Base.IQ4_XS | IQ4_XS | - | ⏳ Processing | 🟢 IMatrix | -
80
+ | DeepSeek-Coder-V2-Lite-Base.Q3_K | Q3_K | - | ⏳ Processing | 🟢 IMatrix | -
81
+ | DeepSeek-Coder-V2-Lite-Base.Q3_K_L | Q3_K_L | - | ⏳ Processing | 🟢 IMatrix | -
82
+ | DeepSeek-Coder-V2-Lite-Base.Q3_K_S | Q3_K_S | - | ⏳ Processing | 🟢 IMatrix | -
83
+ | DeepSeek-Coder-V2-Lite-Base.IQ3_M | IQ3_M | - | ⏳ Processing | 🟢 IMatrix | -
84
+ | DeepSeek-Coder-V2-Lite-Base.IQ3_S | IQ3_S | - | ⏳ Processing | 🟢 IMatrix | -
85
+ | DeepSeek-Coder-V2-Lite-Base.IQ3_XS | IQ3_XS | - | ⏳ Processing | 🟢 IMatrix | -
86
+ | DeepSeek-Coder-V2-Lite-Base.IQ3_XXS | IQ3_XXS | - | ⏳ Processing | 🟢 IMatrix | -
87
+ | DeepSeek-Coder-V2-Lite-Base.Q2_K | Q2_K | - | ⏳ Processing | 🟢 IMatrix | -
88
+ | DeepSeek-Coder-V2-Lite-Base.Q2_K_S | Q2_K_S | - | ⏳ Processing | 🟢 IMatrix | -
89
+ | DeepSeek-Coder-V2-Lite-Base.IQ2_M | IQ2_M | - | ⏳ Processing | 🟢 IMatrix | -
90
+ | DeepSeek-Coder-V2-Lite-Base.IQ2_S | IQ2_S | - | ⏳ Processing | 🟢 IMatrix | -
91
+ | DeepSeek-Coder-V2-Lite-Base.IQ2_XS | IQ2_XS | - | ⏳ Processing | 🟢 IMatrix | -
92
+ | DeepSeek-Coder-V2-Lite-Base.IQ2_XXS | IQ2_XXS | - | ⏳ Processing | 🟢 IMatrix | -
93
+ | DeepSeek-Coder-V2-Lite-Base.IQ1_M | IQ1_M | - | ⏳ Processing | 🟢 IMatrix | -
94
+ | DeepSeek-Coder-V2-Lite-Base.IQ1_S | IQ1_S | - | ⏳ Processing | 🟢 IMatrix | -
95
+
96
+
97
+ ## Downloading using huggingface-cli
98
+ If you do not have hugginface-cli installed:
99
+ ```
100
+ pip install -U "huggingface_hub[cli]"
101
+ ```
102
+ Download the specific file you want:
103
+ ```
104
+ huggingface-cli download legraphista/DeepSeek-Coder-V2-Lite-Base-IMat-GGUF --include "DeepSeek-Coder-V2-Lite-Base.Q8_0.gguf" --local-dir ./
105
+ ```
106
+ If the model file is big, it has been split into multiple files. In order to download them all to a local folder, run:
107
+ ```
108
+ huggingface-cli download legraphista/DeepSeek-Coder-V2-Lite-Base-IMat-GGUF --include "DeepSeek-Coder-V2-Lite-Base.Q8_0/*" --local-dir ./
109
+ # see FAQ for merging GGUF's
110
+ ```
111
+
112
+ ---
113
+
114
+ ## Inference
115
+
116
+ ### Simple chat template
117
+ ```
118
+ <|begin▁of▁sentence|>User: {user_prompt}
119
+
120
+ Assistant: {assistant_response}<|end▁of▁sentence|>User: {next_user_prompt}
121
+
122
+
123
+ ```
124
+
125
+ ### Chat template with system prompt
126
+ ```
127
+ <|begin▁of▁sentence|>{system_prompt}
128
+
129
+ User: {user_prompt}
130
+
131
+ Assistant: {assistant_response}<|end▁of▁sentence|>User: {next_user_prompt}
132
+
133
+
134
+ ```
135
+
136
+ ### Llama.cpp
137
+ ```
138
+ llama.cpp/main -m DeepSeek-Coder-V2-Lite-Base.Q8_0.gguf --color -i -p "prompt here (according to the chat template)"
139
+ ```
140
+
141
+ ---
142
+
143
+ ## FAQ
144
+
145
+ ### Why is the IMatrix not applied everywhere?
146
+ According to [this investigation](https://www.reddit.com/r/LocalLLaMA/comments/1993iro/ggufs_quants_can_punch_above_their_weights_now/), it appears that lower quantizations are the only ones that benefit from the imatrix input (as per hellaswag results).
147
+
148
+ ### How do I merge a split GGUF?
149
+ 1. Make sure you have `gguf-split` available
150
+ - To get hold of `gguf-split`, navigate to https://github.com/ggerganov/llama.cpp/releases
151
+ - Download the appropriate zip for your system from the latest release
152
+ - Unzip the archive and you should be able to find `gguf-split`
153
+ 2. Locate your GGUF chunks folder (ex: `DeepSeek-Coder-V2-Lite-Base.Q8_0`)
154
+ 3. Run `gguf-split --merge DeepSeek-Coder-V2-Lite-Base.Q8_0/DeepSeek-Coder-V2-Lite-Base.Q8_0-00001-of-XXXXX.gguf DeepSeek-Coder-V2-Lite-Base.Q8_0.gguf`
155
+ - Make sure to point `gguf-split` to the first chunk of the split.
156
+
157
+ ---
158
+
159
+ Got a suggestion? Ping me [@legraphista](https://x.com/legraphista)!