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

Model: SupraLabs/Supra2-100M-Instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-07 15:21:27 +08:00
commit 0c7bb1e345
9 changed files with 163498 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 %}