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

Model: ahmet-erman/cosmos-turkish-culture-veri_1-epoch_270
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-29 19:19:17 +08:00
commit 7e6c755abc
13 changed files with 2677 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 %}