PeterZentai commited on
Commit
96477ec
1 Parent(s): 9a9f518

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -30,6 +30,7 @@ Who was the phenomenon named after?
30
  <|assistant|>
31
  ```
32
 
 
33
  Or you can use the tokenizer's chat_template, as shown below.
34
 
35
  # How to use it?
 
30
  <|assistant|>
31
  ```
32
 
33
+ The system generates its output after the special token <|assistant|>. You need to have that token in the input for a reliable response.
34
  Or you can use the tokenizer's chat_template, as shown below.
35
 
36
  # How to use it?