Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,13 @@ Experimental quants are made with `--output-tensor-type f16 --token-embedding-ty
|
|
| 16 |
|
| 17 |
## Prompt format
|
| 18 |
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## Download a file (not the whole branch) from below:
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
## Prompt format
|
| 18 |
|
| 19 |
+
```
|
| 20 |
+
<|im_start|>system
|
| 21 |
+
{system_prompt}<|im_end|>
|
| 22 |
+
<|im_start|>user
|
| 23 |
+
{prompt}<|im_end|>
|
| 24 |
+
<|im_start|>assistant
|
| 25 |
+
```
|
| 26 |
|
| 27 |
## Download a file (not the whole branch) from below:
|
| 28 |
|