Phi-3.5-vision-instruct-HICO / chat_template.json
zli
LORA finetuned with the first 100 HICO training images
59b3bbe
raw
history blame contribute delete
249 Bytes
{
"chat_template": "{% for message in messages %}{{'<|' + message['role'] + '|>' + '\n' + message['content'] + '<|end|>\n' }}{% endfor %}{% if add_generation_prompt and messages[-1]['role'] != 'assistant' %}{{- '<|assistant|>\n' -}}{% endif %}"
}