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

Model: shantanu61000/sfr-copernicus-v1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-07 20:56:10 +08:00
commit 68cb62fbec
13 changed files with 2501 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 %}{{'<|start_header_id|>' + message['role'] + '<|end_header_id|>' + '
' + message['content'] + '<|eot_id|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>
' }}{% endif %}