Which flavor of BERT should you use for your QA task?

Posted on Tue 21 July 2020 in AI • Tagged with AI, Natural Language Processing

Making an intelligent chatbot has never been easier, thanks to the abundance of open source natural language processing libraries, curated datasets and the power of transfer learning. Building a basic question-answering functionality with Transformers library can be as simple as this:

Input 1: Load Pretrained Transformer QA Model

from transformers …

Continue reading