How to Build Q&A Models in Python (Transformers)
James Briggs
In this video we'll cover how to build a question-answering model in Python using HuggingFace's Transformers.
You will need to install the transformers library with: pip install transformers
Alongside either TensorFlow or PyTorch (to follow this video exactly you will need PyTorch). To install TensorFlow just type: pip install tensorflow OR conda install tensorflow
And for PyTorch follow the instructions under 'Install PyTorch' here: https://pytorch.org/
š¤ 70% Discount on the NLP With Transformers in Python course: https://bit.ly/3DFvvY5
Link to Q&A fine-tuning video: https://youtu.be/ZIRmXkHp0-c
You can find the Medium article link below here: https://towardsdatascience.com/question-and-answering-with-bert-6ef89a78dac ... https://www.youtube.com/watch?v=scJsty_DR3o
120885579 Bytes