Update README.md
Browse files
README.md
CHANGED
@@ -12,14 +12,8 @@ Original model: https://huggingface.co/microsoft/WizardLM-2-8x22B
|
|
12 |
|
13 |
## Prompt format
|
14 |
|
15 |
-
No chat template specified so default is used. This may be incorrect, check original model card for details.
|
16 |
-
|
17 |
```
|
18 |
-
|
19 |
-
{system_prompt}
|
20 |
-
<</SYS>>
|
21 |
-
|
22 |
-
{prompt} [/INST] </s>
|
23 |
```
|
24 |
|
25 |
## Download a file (not the whole branch) from below:
|
|
|
12 |
|
13 |
## Prompt format
|
14 |
|
|
|
|
|
15 |
```
|
16 |
+
{system_prompt} USER: {prompt} ASSISTANT: </s>
|
|
|
|
|
|
|
|
|
17 |
```
|
18 |
|
19 |
## Download a file (not the whole branch) from below:
|