fix stop word in baichuan template

This commit is contained in:
hiyouga
2023-08-11 13:51:46 +08:00
parent 9c6dd10514
commit d59f938959

View File

@@ -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
) )