Description
Hi all,
Thank you for the ConversationalWidget
addition. It's working great for my chat models. But I'd like to ask if you could add a way to set a repository to use TextGenerationWidget
in place of ConversationalWidget
when needed.
By the code, it doesn't seem to be possible, considering the "conversational" tag is added automatically.
My use case is this base model, which has the "chat_template" because it is intended to be a foundation for chat models using ChatML, but at the same time, half of its pretraining was focused on text-completion; so it's not that good at chat, and for this reason, I'd prefer it displaying the TextGenerationWidget
.
Another option would be removing the "conversational" tag from it, is there any way to do it by editing the Readme?