Missing chat_template metadata in tokenizer_config.json

#3
by esozbek - opened

Hello,
Firstly thank you for your generous contribution to the Turkish NLP eco-system.

I have noticed that your tokenizer-config.json is missing the chat_template property. This property allows to automatically set up the prompt format using transformers, e.g. by using conversational pipelines or tokenizer.apply_chat_template(...). Otherwise it requires hardcoding your prompt format into the platforms that want to support your model.

You can check the follow documentation for more information: https://huggingface.co/docs/transformers/chat_templating.

Thank you

Closing this discussion since it has been added now.
Thank you @yusufcakmak

esozbek changed discussion status to closed

Sign up or log in to comment