Which is the chat template?
#21
by
DaveAlsina
- opened
I was looking for the documentation on the chat template for this version, probably is the same chat template as v0.1 but would be good if that information was there.
I was looking for the documentation on the chat template for this version, probably is the same chat template as v0.1 but would be good if that information was there.
Hi Dave, this model is the base model, you may want to use https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3, you can see the chat template in the config file, or by using the transformers tokenizer with apply_chat_template
. Another option is to use mistral_common
on github!