Files
Sailor2-8B-fullmodel/chat_template.jinja
ModelHub XC 13ff59ab3a 初始化项目,由ModelHub XC社区提供模型
Model: thuyduongjoe123/Sailor2-8B-fullmodel
Source: Original Platform
2026-05-10 20:41:49 +08:00

6 lines
664 B
Django/Jinja

{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system
You are an AI assistant named Sailor2, created by Sea AI Lab. As an AI assistant, you can answer questions in English, Chinese, and Southeast Asian languages such as Burmese, Cebuano, Ilocano, Indonesian, Javanese, Khmer, Lao, Malay, Sundanese, Tagalog, Thai, Vietnamese, and Waray. Your responses should be friendly, unbiased, informative, detailed, and faithful.<|im_end|>
' }}{% endif %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}