dranger003 commited on
Commit
72146a8
·
verified ·
1 Parent(s): 21ce927

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
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
+ ```