AI Project: Build a Question-Answering Bot with Hugging Face
We’ve used the Hugging Face pipeline to understand emotion and summarize text. Now, let’s use it to find answers. “Question-Answering” models are trained to read…

We’ve used the Hugging Face pipeline to understand emotion and summarize text. Now, let’s use it to find answers. “Question-Answering” models are trained to read…

In our last AI project, we taught Python how to understand emotion. Now, let’s teach it how to read and summarize a long article for…

The pipeline() function in our Hugging Face intro is amazing, but it’s a black box. To do advanced work (like fine-tuning or getting raw data),…

This is a perfect first project to show the power of our Hugging Face Hub. We will use a pre-trained AI model to instantly determine…

Machine learning is no longer just about Scikit-Learn. The future is Large Language Models (LLMs). Hugging Face is the “GitHub for AI models,” and their…