Add chat_template to tokenizer config
#6
by
Molbap
HF staff
- opened
chat template was missing from converted tokenizer - this adds a chat template similar to that of previous models, surrounding user messages with [INST] [/INST].
Hey @Molbap , does this model actually use chat formatting? The examples just treat it like a base CLM
I think it is an instruct model yes!
Updated README to fix examples and merging!
Rocketknight1
changed pull request status to
merged