BERT Fine Tuning Step by Step Hugging Face Classification Project Explained
In this video, we learn how to fine tune a BERT model on a real world dataset using Hugging Face Transformers. This is a complete end to end implementation for text classification using BERT.
Here is the GitHub repo link
https://github.com/switch2ai
You can download all the code, scripts, and documents from the above GitHub repository.
We use a real world complaint dataset and perform classification into multiple categories like Loan, Card, Services, Credit Report, and Others.
Dataset Preparation
We start by loading the dataset and selecting only relevant columns such as Product and Consu…
Watch on YouTube ↗
(saves to browser)
DeepCamp AI