AI

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

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 import pipeline # Context: a …

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