fix internlm2 template

Former-commit-id: ae05b23eb86555dbfafc174aa6ceff736e7fc9fa
This commit is contained in:
hiyouga
2024-01-20 23:33:50 +08:00
parent aed00a97b6
commit 5c9815ef6f
2 changed files with 3 additions and 3 deletions

View File

@@ -416,7 +416,7 @@ register_template(
"by the user such as English and 中文."
),
stop_words=["<|im_end|>"],
replace_eos=True,
efficient_eos=True,
)