dipesg / Question-and-Answer

Question answering system that can take a user input and return a answer from user inputted text.:smile:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question-Answering

This repository contains an implementation of the question-answering system. The main goal of the project is to learn working with 🤗 transformers architecture T5 with SQuAD 2.0 dataset.

The QA system is built using:

  • HuggingFace's BERT transformer with custom head, fine-tuned on SQuAD v2.0, using only possible questions.

Demo

qna

Installation and running

  • Clone the repository
git clone https://github.com/dipesg/Question-and-Answer.git
  • Create and activate conda environment:
conda create -n venv python = 3.9 -y
conda activate venv
  • Install Requirements:
pip install requirements.txt
  • Run the app:
python app.py

Technologies Used

About

Question answering system that can take a user input and return a answer from user inputted text.:smile:

License:MIT License


Languages

Language:Jupyter Notebook 94.5%Language:Python 5.5%