Space in chat_template

#60
by ThangLD201 - opened

Hi @patrickvonplaten , I noticed that with Mistral-7B-Instruct-v0.3 the chat_template (in tokenizer_config.json) is:

'[INST] ' + message['content'] + '[/INST]'

but with v0.2 it was

'[INST] ' + message['content'] + ' [/INST]'

So the space on the right is missing on v0.3, is this intentional or simply a typo ?

Sign up or log in to comment