You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicit check for existence of chat_template (#1725)
`conversational` does not always imply chat_template. Example:
https://huggingface.co/facebook/blenderbot-400M-distill/blob/main/README.md
In our internal codebase we auto-set `conversational` if a chat template
exists, but the opposite is not always true. The model above has an
explicit `conversational` tag, but no chat template.
See #1722
---------
Co-authored-by: Julien Chaumond <julien@huggingface.co>
0 commit comments