Creating a Rick Sanchez chat bot with Transformers and Chai

Hey,

I made a notebook tutorial to try and make it as simple as possible to train and deploy a DialoGPT bot.
It uses dialogue from Rick and Morty to train a Rick bot and then deploys the bot onto Chai, a platform for creating and interacting with conversational AI’s.


By the end of this tutorial you will have your very own chatbot, like the one pictured above :sunglasses:

The notebook can be found here.

Thanks!

1 Like

This is cool! In your notebook it says you upload the model to huggingface - do you have a link to the model page? I wanna check it out!

Most likely this repository from their profile: rsedlr/RickBot · Hugging Face

2 Likes

That’s the one :slight_smile:

Ahh great, thank you!