-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Updated the model card for ViTMAE #38302
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
Conversation
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.
Nice work, thanks! 🤗
Hello @stevhliu! Thank you for your time and support 👍 |
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.
Thanks for your contribution!
Thanks! It was a pleasure contributing — I'd be happy to work on more model cards! 🚀 |
And we'd be happy to have more of your contributions! 😄 |
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
222137a
to
2e8a491
Compare
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. |
What does this PR do?
As suggested in this issue - #36979 (comment) - this PR updates the documentation of the ViTMAE model, which will now be aligned with the standardized format for all the docs.
Check list
Pipeline
not available,AutoModel
available, andtransformers-cli
not available)Who can review?
Hello @stevhliu! 👋
I updated the ViTMAE model card following the standard format. Since
ViTMAEForPreTraining
isn’t compatible withPipeline
, because it is designed for masked autoencoding rather than classification tasks.I’ve tried to follow all formatting and content guidelines, but I'm not sure if I did it correctly.
Happy to revise. Thanks!