Update README.md
Browse files
README.md
CHANGED
|
@@ -19,9 +19,12 @@ All quants made using imatrix option with dataset from [here](https://gist.githu
|
|
| 19 |
|
| 20 |
## Prompt format
|
| 21 |
|
| 22 |
-
|
| 23 |
```
|
| 24 |
-
<s><|im_start|>system
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
```
|
| 26 |
|
| 27 |
## Download a file (not the whole branch) from below:
|
|
|
|
| 19 |
|
| 20 |
## Prompt format
|
| 21 |
|
|
|
|
| 22 |
```
|
| 23 |
+
<s><|im_start|>system
|
| 24 |
+
{system_prompt}<|im_end|>
|
| 25 |
+
<|im_start|>user
|
| 26 |
+
{prompt}<|im_end|>
|
| 27 |
+
<|im_start|>assistant
|
| 28 |
```
|
| 29 |
|
| 30 |
## Download a file (not the whole branch) from below:
|