Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allenai/allennlp-reading-comprehension
https://github.com/allenai/allennlp-reading-comprehension
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/allenai/allennlp-reading-comprehension
- Owner: allenai
- Archived: true
- Created: 2019-09-12T21:34:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T18:16:54.000Z (over 4 years ago)
- Last Synced: 2024-05-13T00:04:02.637Z (6 months ago)
- Language: Python
- Size: 1.47 MB
- Stars: 79
- Watchers: 12
- Forks: 24
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- MRCPapers - AllenAI / allennlp-reading-comprehension - Reading comprehension tookit by the AllenNLP team (Repository & Toolkit)
README
# 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](https://github.com/allenai/allennlp-reading-comprehension/workflows/CI/badge.svg)](https://github.com/allenai/allennlp-reading-comprehension/actions?workflow=CI)Dataset readers, models, and various utilities for reading comprehension, built by the AllenNLP
team.## Supported Datasets
- SQuAD
- DROP
- QuAC
- Qangaroo
- TriviaQAComing soon:
- Quoref
- ROPES
- ORB## Supported Models
- BiDAF
- NAQANet
- QANet
- DialogQAComing soon:
- BERT-QA (and similar, using whatever pretrained transformer you want)