mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
fix stop word in baichuan template
Former-commit-id: cba5ac9cfc81f11b97831998ea15def5e0b487c2
This commit is contained in:
parent
06df3d6fb6
commit
52bfcf4883
@ -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