mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-03 20:22:49 +08:00
fix stop word in baichuan template
Former-commit-id: d59f9389590aab570f68ad4898b035741f9fd1c8
This commit is contained in:
parent
f1485ab927
commit
eb26bfc2ba
@ -438,7 +438,7 @@ register_template(
|
||||
],
|
||||
sep=[],
|
||||
stop_words=[
|
||||
{"token": "<reserved_102>"} # user token
|
||||
"<reserved_102>" # user token
|
||||
],
|
||||
use_history=True
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user