-
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
Token count and sequence length logging for MegatronGPTSFTModel #8136
Conversation
3727d60
to
fe2070e
Compare
@cuichenx / @ericharper can you review? |
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
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.
+1 LGTM Thanks
jenkins |
…s a config option Signed-off-by: Valerie Sarge <vsarge@nvidia.com>
f240597
to
4e838c3
Compare
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!
…s a config option (NVIDIA#8136) Signed-off-by: Valerie Sarge <vsarge@nvidia.com> Signed-off-by: ppisljar <peter.pisljar@gmail.com>
…s a config option (NVIDIA#8136) Signed-off-by: Valerie Sarge <vsarge@nvidia.com>
…s a config option (NVIDIA#8136) Signed-off-by: Valerie Sarge <vsarge@nvidia.com> Signed-off-by: Sasha Meister <ameister@nvidia.com>
…s a config option (#8136) Signed-off-by: Valerie Sarge <vsarge@nvidia.com> Signed-off-by: Pablo Garay <pagaray@nvidia.com>
…s a config option (NVIDIA#8136) Signed-off-by: Valerie Sarge <vsarge@nvidia.com>
What does this PR do ?
Adds an option to enable progress bar logging for sequence length (including padding tokens) and real token count for each train step with MegatronGPTSFTModel to enable accurate calculation of tokens/sec and related metrics.
Collection: nlp/language_modeling
Changelog
Usage
Jenkins CI
To run Jenkins, a NeMo User with write access must comment
jenkins
on the PR.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.