Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
|
@@ -453,5 +453,6 @@
|
|
| 453 |
"extra_special_tokens": {},
|
| 454 |
"model_max_length": 1000000000000000019884624838656,
|
| 455 |
"pad_token": "[PAD]",
|
| 456 |
-
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
|
| 457 |
}
|
|
|
|
| 453 |
"extra_special_tokens": {},
|
| 454 |
"model_max_length": 1000000000000000019884624838656,
|
| 455 |
"pad_token": "[PAD]",
|
| 456 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 457 |
+
"chat_template": "{% for m in messages %}<|im_start|>{{ m['role'] }}\n{{ m['content'] }}<|im_end|>\n{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n<think>\n{% endif %}"
|
| 458 |
}
|