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

Model: Misha0706/llm-alignment-ppo
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-14 17:42:28 +08:00
commit 33d3252995
8 changed files with 245344 additions and 0 deletions

4
chat_template.jinja Normal file
View File

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