forked from allenai/allennlp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add max length limit for passage and question in SQuAD reader. * Add QaNet model. * fixes the squad reader and adds doc. * Move `get_best_span()` function out of bidaf. * Update the docstring of QANet and BiDAF * Move `ResidualWithLayerDropout` to a separate module file. * Update the docstring and test cases for the length limits in squad reader. * Keep the old `get_best_span` function in `bidaf.py`. * Add docstring for `get_best_span` function. * Separate test case for the `get_best_span` function. * Fixes docs. * Update the training configuration file. * ignores pylint error. * add docs for layer dropout. * fixes docs. * Remove the unsqueeze()
- Loading branch information
1 parent
e417486
commit 08a8c5e
Showing
22 changed files
with
1,206 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.