初始化项目,由ModelHub XC社区提供模型
Model: spiraljng/RO-SEC-14B-Final-Merged Source: Original Platform
This commit is contained in:
5
chat_template.jinja
Normal file
5
chat_template.jinja
Normal file
@@ -0,0 +1,5 @@
|
||||
{% for message in messages %}
|
||||
{{'<|im_start|>' + message['role'] + '
|
||||
' + message['content'] + '<|im_end|>' + '
|
||||
'}}{% if loop.last and add_generation_prompt %}{{'<|im_start|>assistant
|
||||
' }}{% endif %}{% endfor %}
|
||||
Reference in New Issue
Block a user