fix chatglm3 template
This commit is contained in:
parent
4600c29e93
commit
4117f38827
|
@ -576,6 +576,10 @@ register_template(
|
||||||
],
|
],
|
||||||
system="",
|
system="",
|
||||||
sep=[],
|
sep=[],
|
||||||
|
stop_words=[
|
||||||
|
"<|user|>",
|
||||||
|
"<|observation|>"
|
||||||
|
],
|
||||||
efficient_eos=True
|
efficient_eos=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue