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

Model: Mawdistical/Kuwutu-7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-23 21:15:14 +08:00
commit 69413bd2cc
16 changed files with 152417 additions and 0 deletions

4
chat_template.jinja Normal file
View File

@@ -0,0 +1,4 @@
{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}