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

Model: Shekswess/Monad-sft-chat-n-instruct-lr1e-4-loss-nll-e3-bs8
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-09-15 23:46:12 +08:00
commit 97f66fc683
11 changed files with 40528 additions and 0 deletions

5
chat_template.jinja Normal file
View File

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