diff --git a/tokenizer_config.json b/tokenizer_config.json index 1f65caa..f18c701 100644 --- a/tokenizer_config.json +++ b/tokenizer_config.json @@ -268,7 +268,7 @@ "<|video_pad|>" ], "bos_token": null, - "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n'}}{% if message['content'] is string %}{{ message['content'] }}{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' %}{{ '\n' }}{% elif content['type'] == 'video' %}{{ '