Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1504,7 +1504,7 @@
|
|
1504 |
"<end_of_turn>"
|
1505 |
],
|
1506 |
"bos_token": "<bos>",
|
1507 |
-
"chat_template": "{
|
1508 |
"clean_up_tokenization_spaces": false,
|
1509 |
"eos_token": "<eos>",
|
1510 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
1504 |
"<end_of_turn>"
|
1505 |
],
|
1506 |
"bos_token": "<bos>",
|
1507 |
+
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
1508 |
"clean_up_tokenization_spaces": false,
|
1509 |
"eos_token": "<eos>",
|
1510 |
"model_max_length": 1000000000000000019884624838656,
|