/AnswerExtraction

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

AnswerExtraction

In this project I have leveraged Electra pretrained model to build a Question Answering project.

Inputs:

  1. Context - its a paragraph with 512 characters
  2. Questions - question related to the context provided

Output:

  1. Answer: Answer extracted from the context