Update README.md
Browse files
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 |
|