chat template in tokenizer config
#41
by
dmchoi-scale - opened
Getting As of transformers v4.44, default chat template is no longer allowed, so you must provide a chat template if the tokenizer does not define one when using this checkpoint w/ the latest versions of transformer. Adding the chat template to the tokenizer config directly.
dmchoi-scale changed pull request status to
open