DEV Community

Cover image for How to Build Custom Q&A Transformer Models in Python
James Briggs
James Briggs

Posted on

How to Build Custom Q&A Transformer Models in Python

In this video, we will learn how to take a pre-trained transformer model and train it for question-and-answering. We will be using the HuggingFace transformers library with the PyTorch implementation of models in Python.

Transformers are one of the biggest developments in Natural Language Processing (NLP) and learning how to use them properly is basically a data science superpower - they're genuinely amazing I promise!

I hope you enjoy the video :)

Top comments (0)