init commit

This commit is contained in:
熊兮
2025-05-27 18:55:46 +08:00
parent 6f52a67249
commit 25caa8a90a
65 changed files with 4893 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{{'<|im_start|>system\nYou are a helpful assistant.<|im_end|>'}}
{{'<|im_start|>user\n' + message['content'] + '<|im_end|>'-}}
{% if add_generation_prompt %}
{{'<|im_start|>assistant'-}}
{% endif %}
{% if add_output %}
{{'<|im_start|>assistant\n' + message['output'] + '<|im_end|>-'}}
{% endif %}