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

Model: turkerberkdonmez/TUSGPT-TR-Medical-9B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-18 09:26:13 +08:00
commit 9c67cb3cb4
17 changed files with 830 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 %}