A Deep Dive into the Hugging Face datasets Library
This article serves as a Hugging Face datasets guide. We’ve used the datasets library to load data for fine-tuning, but what is it? It’s a…

This article serves as a Hugging Face datasets guide. We’ve used the datasets library to load data for fine-tuning, but what is it? It’s a…

This is the final piece of the audio puzzle. We’ve used Whisper to transcribe speech, now let’s generate it. The tool Hugging Face Text to…

The Hugging Face Document AI is one of the most commercially valuable AI tasks. We’re moving beyond simple OCR (which just dumps text) to an…

This is one of the most powerful and flexible AI tasks, the visual version of Zero-Shot Text Classification. Zero-Shot Image Classification is revolutionising how AI…

We’ve used the Hugging Face pipeline many times. But how do you know which model name to use? How do you find a model to…

In a previous Hugging Face project, we used the translation pipeline, which is fast and easy. But what if you need more control? Or want…

This is one of the most incredible “2026 Vision” projects. You’ve used Zero-Shot for text, but what about sound? Zero-Shot Audio Classification opens up fascinating…

This is a core task in Natural Language Processing (NLP). When it comes to extracting entities from text, Hugging Face NER has become a popular…

You’ve used Hugging Face to understand text, generate it, and even transcribe audio. Now, let’s use it to break the language barrier with Hugging Face…

This is one of the original tasks that made models like BERT famous. A “Masked Language Model” (MLM) is trained by having words randomly “masked”…