add models

Former-commit-id: e25f7bae16
This commit is contained in:
hiyouga
2023-12-06 13:33:18 +08:00
parent 027caabbb6
commit 9b84a706af
2 changed files with 11 additions and 0 deletions

View File

@@ -724,6 +724,9 @@ register_template(
sep=[
"<|im_end|>\n"
],
stop_words=[
"<|im_end|>"
],
efficient_eos=True
)