GGUF
thesven commited on
Commit
eee1637
1 Parent(s): 8404a48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -17,6 +17,18 @@ This repo contains a GGUF Quantized versions of the WizardLM-2-7B model
17
  </a>
18
  </div>
19
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  Weights sourced from:
21
  [lucyknada/microsoft_WizardLM-2-7B](https://huggingface.co/lucyknada/microsoft_WizardLM-2-7B)
22
 
 
17
  </a>
18
  </div>
19
 
20
+ ### Prompt Template
21
+ ```bash
22
+ ### System: {system_message}
23
+ ### Human: {prompt}
24
+ ### Assistant:
25
+ ```
26
+
27
+ ### Stop Token
28
+ ```bash
29
+ </s>
30
+ ```
31
+
32
  Weights sourced from:
33
  [lucyknada/microsoft_WizardLM-2-7B](https://huggingface.co/lucyknada/microsoft_WizardLM-2-7B)
34