fix export format

This commit is contained in:
hiyouga
2023-12-28 18:40:46 +08:00
parent 5431be42f9
commit e165354fac
3 changed files with 29 additions and 1 deletions

View File

@@ -758,6 +758,26 @@ register_template(
)
register_template(
name="yuan",
prefix=[
"{{system}}"
],
prompt=[
"{{query}}",
{"token": "<sep>"}
],
system="",
sep=[
"\n"
],
stop_words=[
"<eod>"
],
replace_eos=True
)
register_template(
name="zephyr",
prefix=[