mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-16 00:28:10 +08:00
fix chatglm3 template
Former-commit-id: 69bcbc9f6c98e4f4ad97ec0306b33ab21923d311
This commit is contained in:
parent
5919832059
commit
6f09f50d02
@ -576,6 +576,10 @@ register_template(
|
|||||||
],
|
],
|
||||||
system="",
|
system="",
|
||||||
sep=[],
|
sep=[],
|
||||||
|
stop_words=[
|
||||||
|
"<|user|>",
|
||||||
|
"<|observation|>"
|
||||||
|
],
|
||||||
efficient_eos=True
|
efficient_eos=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user