Looking for a way to turn bloom into chatbot

Hi there,

I have already worked a lot with GPT-3. Unfortunately my current project can not rely on OpenAI software solutions, so I wanted to try out bloom, as it has the same amount oaf parameters. However, I found bloom to only be capable of completion, rather than conversation. Is there a simple way or an introduction on how to build transformer based chatbots using hugging face?

Thank you for your help.

Fabian

2 Likes

I have the same question. Any luck so far, @Fabian96 ?

Hi,

I’d suggest combining BLOOM with LangChain. This blog post gives a nice overview: LangChain Chat

1 Like