There are significant benefits to using a pretrained model. 🤗 Transformers provides access to thousands of pretrained models for a wide range of tasks. When you use a pretrained model, you train it on a dataset specific to your task. This is known as fine-tuning, an incredibly powerful training technique.
In this video we will be seeing how to fine tune your model without any coding using Auto Train and with coding using Trainer API.
Hope you enjoy it and learn something from it ! :)
Like Share and Subscribe for more such Videos
0:00 Introduction
0:27 Ways to fine tune
1:00 Using Auto Train
12:13 Using Trainer API
32:00 Accessing fine tuned model
33:22 Sample notebooks for different hugging face fine tuning
36:03 Like Share and Subscribe
Hugging face notebook - https://colab.research.google.com/git...
Transformers sample notebooks - https://huggingface.co/docs/transform...
My fine tuned model for question answering - https://huggingface.co/superlazycoder...