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

Model: suayptalha/Sungur-9B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-03 07:32:15 +08:00
commit 22e7648439
16 changed files with 2776 additions and 0 deletions

4
chat_template.jinja Normal file
View File

@@ -0,0 +1,4 @@
{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'assistant') %}{% set role = 'model' %}{% else %}{% set role = message['role'] %}{% endif %}{{ '<start_of_turn>' + role + '
' + message['content'] | trim + '<end_of_turn>
' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model
'}}{% endif %}