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

Model: sealofyou/InternLM3-8B-Lora-SFT
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-17 10:45:02 +08:00
commit fc8314fb36
18 changed files with 2873 additions and 0 deletions

4
chat_template.jinja Normal file
View File

@@ -0,0 +1,4 @@
{{ bos_token }}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}