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

Model: pymlex/safelm-1.7b-heretic
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-01 17:08:12 +08:00
commit dd11b62bd8
14 changed files with 302368 additions and 0 deletions

8
chat_template.jinja Normal file
View File

@@ -0,0 +1,8 @@
{%- for message in messages -%}
<|im_start|>{{ message["role"] }}
{{ message["content"] }}<|im_end|>
{%- endfor -%}
{%- if add_generation_prompt -%}
<|im_start|>assistant
{%- endif -%}