mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-14 19:06:26 +08:00
fix stop word in baichuan template
This commit is contained in:
@@ -438,7 +438,7 @@ register_template(
|
|||||||
],
|
],
|
||||||
sep=[],
|
sep=[],
|
||||||
stop_words=[
|
stop_words=[
|
||||||
{"token": "<reserved_102>"} # user token
|
"<reserved_102>" # user token
|
||||||
],
|
],
|
||||||
use_history=True
|
use_history=True
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user