fix chatglm3 template

Former-commit-id: 4117f388279ca43eb46def195c21e7051aefd0c7
This commit is contained in:
hiyouga 2023-10-27 21:12:06 +08:00
parent 8babfe3b4c
commit 5705c82cd8

View File

@ -576,6 +576,10 @@ register_template(
],
system="",
sep=[],
stop_words=[
"<|user|>",
"<|observation|>"
],
efficient_eos=True
)