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

Model: DataPilot/ArrowCanaria-Llama-8B-RL-v0.1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-22 07:20:16 +08:00
commit d5f2fc2a84
13 changed files with 2760 additions and 0 deletions

1
chat_template.jinja Normal file
View File

@@ -0,0 +1 @@
{{- bos_token }}{% for message in messages %}{{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n' }}{{- message['content'] | trim + '<|eot_id|>' }}{% endfor %}{% if add_generation_prompt %}{{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}