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

Model: Ba2han/test_CPTlsft2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-25 21:20:55 +08:00
commit 3ab43d4404
21 changed files with 514111 additions and 0 deletions

5
chat_template.jinja Normal file
View File

@@ -0,0 +1,5 @@
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content']}}{% if (loop.last and add_generation_prompt) or not loop.last %}{{ '<|im_end|>' + '
'}}{% endif %}{% endfor %}
{% if add_generation_prompt and messages[-1]['role'] != 'assistant' %}{{ '<|im_start|>assistant
' }}{% endif %}