-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First draft of mcore bert model in NeMo #7814
Conversation
for more information, see https://pre-commit.ci
/jenkins |
Signed-off-by: Eric Harper <complex451@gmail.com>
Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
for more information, see https://pre-commit.ci
nemo/collections/nlp/models/language_modeling/megatron_bert_model.py
Outdated
Show resolved
Hide resolved
nemo/collections/nlp/models/language_modeling/megatron_bert_model.py
Outdated
Show resolved
Hide resolved
nemo/collections/nlp/models/language_modeling/megatron_bert_model.py
Outdated
Show resolved
Hide resolved
nemo/collections/nlp/models/language_modeling/megatron_bert_model.py
Outdated
Show resolved
Hide resolved
nemo/collections/nlp/models/language_modeling/megatron_base_model.py
Outdated
Show resolved
Hide resolved
/jenkins |
jenkins |
jenkins |
1 similar comment
jenkins |
jenkins |
jenkins |
jenkins |
jenkins |
jenkins |
for more information, see https://pre-commit.ci
jenkins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jenkinsfile has a bunch of tests removed please revert.
jenkins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
* First draft of mcore bert model in NeMo * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * First draft of mcore bert model in Nemo * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Addressed eric's comments * Added a ci test * Removing unused imports * Addressing eric's comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Addressing eric's comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update Jenkinsfile Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com> * Changing mcore version * Fixing tests * Checking mcore and bert installation * Adding latest megatron lm commit * Adding latest megatron lm commit * Adding latest megatron lm commit * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update Jenkinsfile Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com> * Seeing failure for the import * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixing tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Adding bert model imports to mcore model part * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Dummy change * Testing bert stuff alone * Testing bert stuff alone * Testing bert stuff alone * Adding bert model imports to mcore model part * Adding bert model imports to mcore model part * Fixing bert code * Fixing bert code * Fixing bert code * Fixing bert code * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix bert * fix bert * fix bert * fix bert * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix bert * fix bert * fix bert * fix bert * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Revert oriignal jenksins file --------- Signed-off-by: Eric Harper <complex451@gmail.com> Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com> Co-authored-by: shanmugamr <shanmugamr@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Harper <complex451@gmail.com> Co-authored-by: Shanmugam Ramasamy <shanmugamr@shanmugamr-mlt.client.nvidia.com> Signed-off-by: Piotr Żelasko <petezor@gmail.com>
* First draft of mcore bert model in NeMo * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * First draft of mcore bert model in Nemo * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Addressed eric's comments * Added a ci test * Removing unused imports * Addressing eric's comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Addressing eric's comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update Jenkinsfile Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com> * Changing mcore version * Fixing tests * Checking mcore and bert installation * Adding latest megatron lm commit * Adding latest megatron lm commit * Adding latest megatron lm commit * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update Jenkinsfile Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com> * Seeing failure for the import * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixing tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Adding bert model imports to mcore model part * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Dummy change * Testing bert stuff alone * Testing bert stuff alone * Testing bert stuff alone * Adding bert model imports to mcore model part * Adding bert model imports to mcore model part * Fixing bert code * Fixing bert code * Fixing bert code * Fixing bert code * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix bert * fix bert * fix bert * fix bert * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix bert * fix bert * fix bert * fix bert * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Revert oriignal jenksins file --------- Signed-off-by: Eric Harper <complex451@gmail.com> Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com> Co-authored-by: shanmugamr <shanmugamr@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Harper <complex451@gmail.com> Co-authored-by: Shanmugam Ramasamy <shanmugamr@shanmugamr-mlt.client.nvidia.com> Signed-off-by: Sasha Meister <ameister@nvidia.com>
* First draft of mcore bert model in NeMo * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * First draft of mcore bert model in Nemo * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Addressed eric's comments * Added a ci test * Removing unused imports * Addressing eric's comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Addressing eric's comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update Jenkinsfile Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com> * Changing mcore version * Fixing tests * Checking mcore and bert installation * Adding latest megatron lm commit * Adding latest megatron lm commit * Adding latest megatron lm commit * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update Jenkinsfile Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com> * Seeing failure for the import * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixing tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Adding bert model imports to mcore model part * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Dummy change * Testing bert stuff alone * Testing bert stuff alone * Testing bert stuff alone * Adding bert model imports to mcore model part * Adding bert model imports to mcore model part * Fixing bert code * Fixing bert code * Fixing bert code * Fixing bert code * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix bert * fix bert * fix bert * fix bert * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix bert * fix bert * fix bert * fix bert * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Revert oriignal jenksins file --------- Signed-off-by: Eric Harper <complex451@gmail.com> Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com> Co-authored-by: shanmugamr <shanmugamr@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Harper <complex451@gmail.com> Co-authored-by: Shanmugam Ramasamy <shanmugamr@shanmugamr-mlt.client.nvidia.com>
What does this PR do ?
Adds the mcore bert model to the nemo codebase.
Collection: nlp collection
Usage
Before your PR is "Ready for review"
Pre checks:
PR Type:
If you haven't finished some of the above items you can still open "Draft" PR.
Who can review?
Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.
Additional Information