[Deepspeed] add many more models to the model zoo test - #12695
Merged
Merged
Conversation
stas00
force-pushed
the
ds-model-zoo-2
branch
from
October 12, 2021 04:21
d201464 to
06751a0
Compare
5 tasks
|
The documentation is not available anymore as the PR was closed or merged. |
stas00
marked this pull request as ready for review
May 9, 2022 23:36
|
nice work @stas00, have you tested Perceiver with DeepSpeed. |
Contributor
Author
|
Would be glad to do that, @sameeravithana- in order to do that I need is a Trainer-based example script that I can test with. As you can see from this map: transformers/tests/deepspeed/test_model_zoo.py Lines 231 to 270 in 4a419d4 I have each model tested by one of HF Trainer examples. Is there one that can be used with perceiver? |
ArthurZucker
pushed a commit
to ArthurZucker/transformers
that referenced
this pull request
May 12, 2022
…2695) * model zoo take 2 * add deberta * new param for zero2 * doc update * doc update * add layoutlm * bump deepspeed * add deberta-v2, funnel, longformer * new models * style * add t5_v1 * update TAPAS status * reorg problematic models * move doc to another PR * style * fix checkpoint check test * making progress on more models running * cleanup * new version * cleanup
elusenji
pushed a commit
to elusenji/transformers
that referenced
this pull request
Jun 12, 2022
…2695) * model zoo take 2 * add deberta * new param for zero2 * doc update * doc update * add layoutlm * bump deepspeed * add deberta-v2, funnel, longformer * new models * style * add t5_v1 * update TAPAS status * reorg problematic models * move doc to another PR * style * fix checkpoint check test * making progress on more models running * cleanup * new version * cleanup
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR continues figuring out how to make various models work with Deepspeed (a lot of fixes happen on the Deepspeed side), most models just work out of the box - the main purpose of this PR is to test as many models as possible. so there are no fixes to add.
Thanks to @LysandreJik for creating the tiny test models for many of HF models!
Some models I couldn't cover for a variety of reasons unrelated to Deepspeed (missing tokenizers, missing tiny models, missing example scripts to exercise these). But their status is documented in the script. Over time more will be tested.
Blocking events - all resolved:
forward#13665 (fixes positional embeddings: m2m_100 and others)