Update README.md
Browse files
README.md
CHANGED
|
@@ -22,12 +22,12 @@ messages = [
|
|
| 22 |
|
| 23 |
chatml = tokenizer.apply_chat_template(messages, add_generation_prompt=False, tokenize=False)
|
| 24 |
|
| 25 |
-
#
|
| 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 |
|