fix chatglm3 template

Former-commit-id: 69bcbc9f6c98e4f4ad97ec0306b33ab21923d311
This commit is contained in:
hiyouga 2023-10-27 21:12:06 +08:00
parent 5919832059
commit 6f09f50d02

View File

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