Add sysprompt to prompt example (#5)
Browse files- Add sysprompt to prompt example (61d676a3af70b31848e93f6eacc6a8815092090a)
Co-authored-by: Cohee <[email protected]>
README.md
CHANGED
@@ -23,7 +23,9 @@ This is the fourth in a series of models designed to replicate the prose quality
|
|
23 |
Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
|
24 |
|
25 |
```py
|
26 |
-
"""<|im_start|>
|
|
|
|
|
27 |
Hi there!<|im_end|>
|
28 |
<|im_start|>assistant
|
29 |
Nice to meet you!<|im_end|>
|
|
|
23 |
Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
|
24 |
|
25 |
```py
|
26 |
+
"""<|im_start|>system
|
27 |
+
You are a friendly assistant.<|im_end|>
|
28 |
+
<|im_start|>user
|
29 |
Hi there!<|im_end|>
|
30 |
<|im_start|>assistant
|
31 |
Nice to meet you!<|im_end|>
|