Chat Template Error

#47
by publicmutiny - opened

I'm getting the error:

"ValueError: Cannot use chat template functions because tokenizer.chat_template is not set and no template argument was passed! For information about writing templates and setting the tokenizer.chat_template attribute, please see the documentation at https://huggingface.co/docs/transformers/main/en/chat_templating"

I don't get this error when running the same code with different models. I've noticed that the tokenizer_config.json file doesn't contain chat_template - is this something to do with it?

Are chat templates just not supported for this model?

Sign up or log in to comment