初始化项目,由ModelHub XC社区提供模型
Model: microsoft/UserLM-8b Source: Original Platform
This commit is contained in:
2
chat_template.jinja
Normal file
2
chat_template.jinja
Normal file
@@ -0,0 +1,2 @@
|
||||
{% for message in messages %}{{ '<|start_header_id|>' + message['role'] + '<|end_header_id|>' }}
|
||||
{{ message['content'] }}<|eot_id|>{% endfor %}{{ '<|start_header_id|>user<|end_header_id|>' }}
|
||||
Reference in New Issue
Block a user