Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 702 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 702 Bytes

Deprecation Notice

We don't use this repository anymore. All of our models now live at https://github.com/allenai/allennlp-models.

allennlp-reading-comprehension

Build status

Dataset readers, models, and various utilities for reading comprehension, built by the AllenNLP team.

Supported Datasets

  • SQuAD
  • DROP
  • QuAC
  • Qangaroo
  • TriviaQA

Coming soon:

  • Quoref
  • ROPES
  • ORB

Supported Models

  • BiDAF
  • NAQANet
  • QANet
  • DialogQA

Coming soon:

  • BERT-QA (and similar, using whatever pretrained transformer you want)