Exciting news! Gradient has launched a FREE GPU plan. Read More
Project Details

Question-Answering Models

Run and compare different QA models with Hugging Face

By
The Gradient Team

Description

In this tutorial we'll implement and compare a wide range of question-answering models using Hugging Face, including:

  • BERT (Bidirectional Encoder Representations from Transformers)
  • ALBERT: A Lite BERT
  • ELECTRA
  • BART
  • LONGFORMER: the Long-Document Transformer

For a more detailed breakdown of the theory behind the code, check out Question Answering Models: A Comparison on the Paperspace blog.