megatron_bert model card update referencing #36979#40568
Closed
ArkVex wants to merge 3 commits intohuggingface:mainfrom
Closed
megatron_bert model card update referencing #36979#40568ArkVex wants to merge 3 commits intohuggingface:mainfrom
ArkVex wants to merge 3 commits intohuggingface:mainfrom
Conversation
Contributor
Author
|
@stevhliu review plz |
Member
|
Thank you so much for the time and effort you put into this—I really appreciate it. With the number of models in Transformers growing so quickly, I’ve been looking into ways to automate model card generation to keep up with the pace. For now, I’ll be closing this PR, but I’m very grateful for your interest in this project! Thanks again 🤗 |
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.
What does this PR do?
This PR updates and standardizes the model card for Megatron-BERT (megatron_bert.md) to follow the latest documentation template as outlined in issue #36979.
Adds release info and feature badges
Improves the model description and usage examples
Includes quantization and attention mask visualizer sections
Adds autodoc blocks for all relevant classes
Enhances formatting and completeness for consistency with other model cards
Motivation:
This change improves the clarity, usability, and consistency of the Megatron-BERT documentation, making it easier for users to understand and apply the model.
Fixes:
Addresses the community documentation standardization request in #36979.