-
Notifications
You must be signed in to change notification settings - Fork 30.5k
docs(swin): Update Swin model card to standard format #37628
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
docs(swin): Update Swin model card to standard format #37628
Conversation
Hi 👋, thank you for opening this pull request! The pull request is converted to draft by default. The CI will be paused while the PR is in draft mode. When it is ready for review, please click the |
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.
Really well done, thanks! 🤗
Apply suggestion from @stevhliu in PR huggingface#37628. This change updates the link pointing to the official Microsoft Swin Transformer checkpoints on the Hugging Face Hub. The link now directs users specifically to the Microsoft organization page, filtered for Swin models, providing a clearer and more canonical reference compared to the previous general search link. Co-authored-by: Steven Liu <[email protected]>
Apply suggestion from @stevhliu in PR huggingface#37628. This change introduces two improvements to the Swin model card: 1. Refines the wording describing how Swin handles input padding for better clarity. 2. Adds an internal documentation link to the general "backbones" page when discussing Swin's capability as a backbone model. These updates enhance readability and improve navigation within the Transformers documentation. Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
) * docs(swin): Update Swin model card to standard format * docs(swin): Refine link to Microsoft organization for Swin models Apply suggestion from @stevhliu in PR huggingface#37628. This change updates the link pointing to the official Microsoft Swin Transformer checkpoints on the Hugging Face Hub. The link now directs users specifically to the Microsoft organization page, filtered for Swin models, providing a clearer and more canonical reference compared to the previous general search link. Co-authored-by: Steven Liu <[email protected]> * docs(swin): Clarify padding description and link to backbone docs Apply suggestion from @stevhliu in PR huggingface#37628. This change introduces two improvements to the Swin model card: 1. Refines the wording describing how Swin handles input padding for better clarity. 2. Adds an internal documentation link to the general "backbones" page when discussing Swin's capability as a backbone model. These updates enhance readability and improve navigation within the Transformers documentation. Co-authored-by: Steven Liu <[email protected]> * docs(swin): Change Swin paper link to huggingface.co/papers as suggested Co-authored-by: Steven Liu <[email protected]> --------- Co-authored-by: Steven Liu <[email protected]>
What does this PR do?
This PR updates the Swin Transformer model card (
swin.md
) to align with the new standardized format.transformers-cli
example due to input handling inconsistencies observed across different CLI versions/setups.Relates to #36979
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@stevhliu