This repository was archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 520
Add layout + compute_layout support: TransformerNMT, BERT, ALBERT, ELECTRA, MobileBERT, RoBERTA, XLMR #1258
Merged
Merged
Changes from 19 commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
6ccad39
Add layout support
sxjscience 2a5bae7
fix test
sxjscience 326630e
Update transformer.py
sxjscience 7a61c23
Update transformer.py
sxjscience e94d6e9
Update README.md
sxjscience 3caba81
Merge remote-tracking branch 'upstream/numpy' into backbone_layout
sxjscience 1801807
try to add set_layout
sxjscience 55885bb
update test case
sxjscience e3dce2f
fix
sxjscience 03d6fd7
update
sxjscience d030d34
update
sxjscience 695c1dc
update
sxjscience 1f252a5
Update bert.py
sxjscience 334db84
fix bug
sxjscience 84008a4
update
sxjscience c66c82c
Update test_models_bert.py
sxjscience 531f4cd
Merge remote-tracking branch 'upstream/numpy' into backbone_layout
sxjscience 8d89c65
Update tokenizers.py
sxjscience f25708a
add compute layout
sxjscience b75ff17
Update xlmr.py
sxjscience 5c5a278
Update test_models_bert.py
sxjscience 6b5814a
revise test cases
sxjscience d4f0a1f
Update layers.py
sxjscience add993c
move jieba to try import
sxjscience b16592f
Merge remote-tracking branch 'upstream/numpy' into backbone_layout
sxjscience 5a93090
fix
sxjscience 9713fd8
Update transformer.py
sxjscience d7b1416
fix
sxjscience d19d4c1
Update bert.py
sxjscience 5fe094d
Update setup.py
sxjscience b484897
Update test_models_bert.py
sxjscience 05958bd
Update test_models_bert.py
sxjscience d4d4b70
fix
sxjscience b22e490
update
sxjscience ee4b19b
Revise
sxjscience 98c7549
Update electra.py
sxjscience f5a4a08
Update electra.py
sxjscience 90025e1
Update test_models_electra.py
sxjscience cab2c5b
fix
sxjscience 461a138
fix bug
sxjscience 54f136a
Update test_models_albert.py
sxjscience c503d12
add more testcases
sxjscience 3624af8
fix
sxjscience 8530e08
Update albert.py
sxjscience a076b7a
Update albert.py
sxjscience cc34106
fix bug
sxjscience b3a823a
fix testcase
sxjscience dd2b83d
Update test_models_electra.py
sxjscience cb38d75
Update bert.py
sxjscience 9ddec18
update
sxjscience fc458df
Update test_models_electra.py
sxjscience 68e50eb
Update mobilebert.py
sxjscience a23a17d
Update mobilebert.py
sxjscience b8f0e0d
update mobilebert
sxjscience 8e2a253
Update test_models_mobilebert.py
sxjscience 16156ed
Update mobilebert.py
sxjscience a2c36bc
fix bug
sxjscience f3ca027
Update roberta.py
sxjscience 612ef47
fix roberta
sxjscience e330b11
update
sxjscience bf9074c
update
sxjscience c79b53d
fix import
sxjscience 6f6fb46
fix bug
sxjscience d681f5c
update
sxjscience ad22e0d
reduce test workloads
sxjscience 8d9059a
address comment
sxjscience e4f8f10
address comment
sxjscience File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.