dranger003
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,17 @@ license: cc-by-2.0
|
|
3 |
library_name: gguf
|
4 |
pipeline_tag: text-generation
|
5 |
---
|
6 |
-
GGUF importance matrix (imatrix) quants for https://huggingface.co/ShinojiResearch/Senku-70B-Full
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
library_name: gguf
|
4 |
pipeline_tag: text-generation
|
5 |
---
|
6 |
+
GGUF importance matrix (imatrix) quants for https://huggingface.co/ShinojiResearch/Senku-70B-Full
|
7 |
+
|
8 |
+
Prompt templates: ChatML (recommended), Mistral
|
9 |
+
```
|
10 |
+
<|im_start|>system
|
11 |
+
{instructions}<|im_end|>
|
12 |
+
<|im_start|>user
|
13 |
+
{prompt}<|im_end|>
|
14 |
+
<|im_start|>assistant
|
15 |
+
|
16 |
+
```
|
17 |
+
```
|
18 |
+
[INST] {prompt} [/INST]
|
19 |
+
```
|