Update README.md
Browse files
README.md
CHANGED
@@ -14,14 +14,10 @@ All quants made using imatrix option with dataset provided by Kalomaze [here](ht
|
|
14 |
|
15 |
## Prompt format
|
16 |
|
17 |
-
No chat template specified so default is used. This may be incorrect, check original model card for details.
|
18 |
-
|
19 |
```
|
20 |
-
<s> [INST] <<SYS>>
|
21 |
{system_prompt}
|
22 |
-
|
23 |
-
|
24 |
-
{prompt} [/INST] </s>
|
25 |
```
|
26 |
|
27 |
## Download a file (not the whole branch) from below:
|
|
|
14 |
|
15 |
## Prompt format
|
16 |
|
|
|
|
|
17 |
```
|
|
|
18 |
{system_prompt}
|
19 |
+
USER: {prompt}
|
20 |
+
ASSISTANT: </s>
|
|
|
21 |
```
|
22 |
|
23 |
## Download a file (not the whole branch) from below:
|