dranger003 commited on
Commit
0777034
1 Parent(s): 5471374

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -3,4 +3,13 @@ license: other
3
  license_name: deepseek
4
  license_link: >-
5
  https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct/blob/main/LICENSE
 
 
6
  ---
 
 
 
 
 
 
 
 
3
  license_name: deepseek
4
  license_link: >-
5
  https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct/blob/main/LICENSE
6
+ pipeline_tag: text-generation
7
+ library_name: gguf
8
  ---
9
+ GGUF importance matrix (imatrix) quants for https://huggingface.co/codefuse-ai/CodeFuse-DeepSeek-33B
10
+ * The importance matrix was trained for ~50K tokens (105 batches of 512 tokens) using a [general purpose imatrix calibration dataset](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384).
11
+ * The [imatrix is being used on the K-quants](https://github.com/ggerganov/llama.cpp/pull/4930) as well.
12
+
13
+ | Layers | Context | [Template](https://huggingface.co/codefuse-ai/CodeFuse-DeepSeek-33B#inference-string-format) |
14
+ | --- | --- | --- |
15
+ | <pre>62</pre> | <pre>16384</pre> | <pre>\<s\>system<br>{instructions}<br>\<s\>human<br>{prompt}<br>\<s\>bot<br>{response}<|end▁of▁sentence|></pre> |