dranger003
commited on
Commit
•
cbd78fb
1
Parent(s):
e78c8ac
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: deepseek
|
|
|
4 |
license_link: >-
|
5 |
https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct/blob/main/LICENSE
|
|
|
6 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: deepseek
|
4 |
+
library_name: gguf
|
5 |
license_link: >-
|
6 |
https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct/blob/main/LICENSE
|
7 |
+
pipeline_tag: text-generation
|
8 |
---
|
9 |
+
GGUF importance matrix (imatrix) quants for https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct
|
10 |
+
The importance matrix was trained for 100K tokens (200 batches of 512 tokens) using wiki.train.raw.
|
11 |
+
|
12 |
+
| Layers | Context | Template |
|
13 |
+
| --- | --- | --- |
|
14 |
+
| <pre>62</pre> | <pre>16384</pre> | <pre>{instructions}<br>### Instruction:<br>{prompt}<br>### Response:<br>{response}</pre> |
|