philschmid HF staff commited on
Commit
76560b6
1 Parent(s): 9c50e1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,12 +22,12 @@ messages = [
22
 
23
  chatml = tokenizer.apply_chat_template(messages, add_generation_prompt=False, tokenize=False)
24
 
25
- # <|im_start|>system
26
  # You are Gemma.<|im_end|>
27
  # <|im_start|>user
28
  # Hello, how are you?<|im_end|>
29
  # <|im_start|>assistant
30
- # I'm doing great. How can I help you today?<|im_end|>
31
 
32
  ```
33
 
 
22
 
23
  chatml = tokenizer.apply_chat_template(messages, add_generation_prompt=False, tokenize=False)
24
 
25
+ # <bos><|im_start|>system
26
  # You are Gemma.<|im_end|>
27
  # <|im_start|>user
28
  # Hello, how are you?<|im_end|>
29
  # <|im_start|>assistant
30
+ # I'm doing great. How can I help you today?<|im_end|>\n<eos>
31
 
32
  ```
33