From 853e3a797a661694b1b8ece0cb72dc2b23e3dac9 Mon Sep 17 00:00:00 2001 From: Weiyun Wang Date: Thu, 11 Sep 2025 12:50:07 +0000 Subject: [PATCH] Upload tokenizer_config.json with huggingface_hub --- tokenizer_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %}{{ '