Building Chatbot Using HuggingFace Open Source Models

Youssef Hosni
Level Up Coding
Published in
6 min readMay 5, 2024

--

Hugging Face is a platform that hosts a treasure trove of open-source models, making it a goldmine for anyone diving into the world of natural language processing. In this guide, I walk you through the process of building your very own chatbot using an open-source model on HuggingFace.

I start by setting up your working environment, ensuring you’re armed with all the necessary tools to embark on this exciting journey. With the Transformers library at our disposal, we delve into creating a conversational pipeline, leveraging the Pipeline…

--

--