Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 467 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 467 Bytes

UNet

The official implementation of paper U-Net: Machine Reading Comprehension with Unanswerable Questions.

Requirements

allennlp
pytorh 0.4
anaconda3 for python 3.6

For SQuAD2.0

  • run '''bash download.sh''' to download the dataset and install some necessary packages.
  • python prepro.py
  • 'python train.py' for train
  • 'python train.py --eval' for eval

The paper shows the result of this implementation.