Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 693 Bytes

File metadata and controls

30 lines (25 loc) · 693 Bytes

MuBAF

Multi-Head Bi-Directional Attention Flow For Machine Comprehension

Set Up

  1. Download Dataset, Pickle Files and Tag Files from OneDrive Link.
https://1drv.ms/u/s!AvQ-h7H-fCyHhnqf-Tjgp5A5d1iA?e=gvcZys
  1. Install other dependencies
pip install -r requirements.txt

If download link doesn't work run shell script.
Note main.py won't run without downloading the pickle files from the OneDrive link.
3. Run Shell Script

sh download.sh
  1. Run Model
python main.py

Machine Comprehension Question Answering System

Results

Model Architecture

Results