lucyknada Cohee commited on
Commit
b50c04f
1 Parent(s): 6f5bd3d

Add sysprompt to prompt example (#5)

Browse files

- Add sysprompt to prompt example (61d676a3af70b31848e93f6eacc6a8815092090a)


Co-authored-by: Cohee <[email protected]>

Files changed (1) hide show
  1. README.md +3 -1
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|>user
 
 
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|>