Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -15,5 +15,5 @@
|
|
| 15 |
"<|lang_ua|>",
|
| 16 |
"<|lang_by|>"
|
| 17 |
],
|
| 18 |
-
"chat_template": "{% for message in messages %}{{'<|
|
| 19 |
}
|
|
|
|
| 15 |
"<|lang_ua|>",
|
| 16 |
"<|lang_by|>"
|
| 17 |
],
|
| 18 |
+
"chat_template": "{% for message in messages %}{{ '<|lang_ru|>' + message['role'] + '\\n' + message['content'] + '<|endoftext|>' + '\\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|lang_ru|>assistant\\n' }}{% endif %}"
|
| 19 |
}
|