Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

First simple module

Latest
Compare
Choose a tag to compare
@ParikhKadam ParikhKadam released this 26 Apr 09:53
· 18 commits to master since this release
88f24f9

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.