AlexWortega
commited on
Commit
•
af7d194
1
Parent(s):
6343902
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -144,7 +144,7 @@
|
|
144 |
"<|im_start|>"
|
145 |
],
|
146 |
"bos_token": "<s>",
|
147 |
-
"chat_template": "<s>{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}
|
148 |
"clean_up_tokenization_spaces": false,
|
149 |
"eos_token": "</s>",
|
150 |
"legacy": true,
|
|
|
144 |
"<|im_start|>"
|
145 |
],
|
146 |
"bos_token": "<s>",
|
147 |
+
"chat_template": "<s>{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
148 |
"clean_up_tokenization_spaces": false,
|
149 |
"eos_token": "</s>",
|
150 |
"legacy": true,
|