Build a Trivia Bot using T5 Transformer
Doing cool things with data!

Introduction
Question Answering is a very common task in NLP. SQuAD data set is a popular data set for question answering problem. Typically for question answering, the model is presented with a question and a context, with the goal of finding the answer (if it exists) from this context. For SQuAD the context is…