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

Model: SupraLabs/Supra2-100M-Base
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-05 09:25:13 +08:00
commit 0e60131b4f
322 changed files with 337974 additions and 0 deletions

4
chat_template.jinja Normal file
View File

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