Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,12 @@ language:
|
|
21 |
|
22 |
ChatML
|
23 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
```
|
25 |
|
26 |
# Run this model
|
|
|
21 |
|
22 |
ChatML
|
23 |
```
|
24 |
+
<|im_start|>system
|
25 |
+
{system_message}<|im_end|>
|
26 |
+
<|im_start|>user
|
27 |
+
{prompt}<|im_end|>
|
28 |
+
<|im_start|>assistant
|
29 |
+
|
30 |
```
|
31 |
|
32 |
# Run this model
|