This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
Features
- Supports both SQUAD-v1.1 and SQUAD-v2.0.
- Can predict answers from any length of passage and question but your memory should support it's size.
- Has multi-GPU support.
- Supports various embedding dimensions.
- Support for flexible answer span length.
- Support for fixed length passage and question.
- Ability to run predictions on a list of passages and questions.
- Sample shuffling can be enabled.
- Ability to return confidence score as well as character locations in the passage.
- Variable number of highway layers and decoders.