mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-14 19:06:26 +08:00
fix chatglm3 template
This commit is contained in:
@@ -576,6 +576,10 @@ register_template(
|
|||||||
],
|
],
|
||||||
system="",
|
system="",
|
||||||
sep=[],
|
sep=[],
|
||||||
|
stop_words=[
|
||||||
|
"<|user|>",
|
||||||
|
"<|observation|>"
|
||||||
|
],
|
||||||
efficient_eos=True
|
efficient_eos=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user