初始化项目,由ModelHub XC社区提供模型

Model: microsoft/UserLM-8b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-05 09:11:56 +08:00
commit 02baf404f5
17 changed files with 2671 additions and 0 deletions

2
chat_template.jinja Normal file
View 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|>' }}