rename template to breeze

This commit is contained in:
codingma 2024-04-07 18:27:20 +08:00
parent 5a780e9eec
commit 34bdcba017
1 changed files with 1 additions and 2 deletions

View File

@ -779,6 +779,5 @@ _register_template(
format_user=StringFormatter(slots=["[INST] {{content}} [/INST] "]),
format_system=StringFormatter(slots=[{"bos_token"}, "{{content}}"]),
default_system="You are a helpful AI assistant built by MediaTek Research. The user you are helping speaks Traditional Chinese and comes from Taiwan. ",
force_system=True,
efficient_eos=True,
)
)