fix export format

Former-commit-id: e165354fac
This commit is contained in:
hiyouga
2023-12-28 18:40:46 +08:00
parent d0946f08db
commit 16688b773a
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=[