Weyaxi jlzhou commited on
Commit
343c270
1 Parent(s): 049ef2a

fix: missing suffix for system message (#1)

Browse files

- fix: missing suffix for system message (24ad7026fc0deea13bfa46d90b10355a438e83b9)


Co-authored-by: Junlin Zhou <jlzhou@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ You can use these prompt templates, but I recommend using ChatML.
27
 
28
  ```
29
  <|im_start|>system
30
- {system}
31
  <|im_start|>user
32
  {user}<|im_end|>
33
  <|im_start|>assistant
 
27
 
28
  ```
29
  <|im_start|>system
30
+ {system}<|im_end|>
31
  <|im_start|>user
32
  {user}<|im_end|>
33
  <|im_start|>assistant