forked from huggingface/transformers
-
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.
* upgrade roberta question answering based on xlnet question answering * upgrade roberta question answering based on xlnet question answering (cont.) * upgrade roberta question answering based on xlnet question answering (cont.) * upgrade roberta question answering based on xlnet question answering (cont.) * upgrade roberta question answering based on xlnet question answering (cont.) * upgrade roberta question answering based on xlnet question answering (cont.) * upgrade roberta question answering based on xlnet question answering (cont.) * upgrade roberta question answering based on xlnet question answering (cont.) * revert question answering changes in roberta/xlnet modeling * revert question answering changes in roberta/xlnet modeling (cont.) * revert to roberta qa simple * revert to roberta qa simple (cont.) * revert to roberta qa simple (cont.) * revert to roberta qa simple (cont.) * revert 'revert to roberta qa simple' * update paragraph/query order for xlnet * update paragraph/query order for xlnet (cont.) * update answer cls layer & modulize squad output layer for roberta/xlnet * update answer cls layer & modulize squad output layer for roberta/xlnet (cont.) * use start/end index lookup for detokenization * Revert "use start/end index lookup for detokenization" This reverts commit b8807c478dee2aed01e531f188ea191e0ef4f37a. * remove complex output layer for roberta-squad * add back complex qa output layer for roberta-squad
- Loading branch information
1 parent
7c3f639
commit c3e928e
Showing
7 changed files
with
224 additions
and
150 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
Oops, something went wrong.