So now every chat template that HAS DEFAULT SYSTEM PROMPT, we will be able to get modified by using the arguments in get_chat_template. Evaluation is attached in DM.
Also fixes gemma template bug where it supposed to be messages instead of loop_messages
If user pass custom chat template. It'll
if pass system_message with the placeholder in the chat template -> {system_message}. It'll work
989 fixes this
So now every chat template that HAS DEFAULT SYSTEM PROMPT, we will be able to get modified by using the arguments in
get_chat_template
. Evaluation is attached in DM.Also fixes gemma template bug where it supposed to be
messages
instead ofloop_messages
If user pass custom chat template. It'll
system_message
with the placeholder in the chat template ->{system_message}
. It'll worksystem_message
, then it'll error