Monad-ct2-int8 / chat_template.json
jncraton's picture
Upload folder using huggingface_hub
769353f verified
raw
history blame contribute delete
355 Bytes
{
"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 %}",
"eos_token": "<|im_end|>",
"bos_token": "<|im_start|>",
"stop": ["<|im_end|>"],
"roles": { "user": "user", "assistant": "assistant", "system": "system" }
}