Skip to content

[Docs] Standardize ConvNeXt V2 model card#40589

Closed
CYBki wants to merge 2 commits intohuggingface:mainfrom
CYBki:docs/standardize-convnextv2-card
Closed

[Docs] Standardize ConvNeXt V2 model card#40589
CYBki wants to merge 2 commits intohuggingface:mainfrom
CYBki:docs/standardize-convnextv2-card

Conversation

@CYBki
Copy link
Copy Markdown

@CYBki CYBki commented Sep 1, 2025

What does this PR do?

This PR standardizes the ConvNeXt V2 model card to match the Hugging Face model card template described in #36979.

Changes

  • Added standardized header and badges.
  • Wrote a short, user-friendly model description explaining what makes ConvNeXt V2 unique.
  • Added Pipeline, AutoModel, and transformers-cli usage examples.
  • Included quantization snippet using BitsAndBytesConfig.
  • Documented intended uses, limitations, preprocessing details, and model variants.
  • Linked resources (paper, implementation, example scripts, Colab notebook).
  • Added citation section.

Notes

  • ConvNeXt V2 is primarily Conv2d, so quantization benefits are modest (mainly the classifier head).
  • Evaluation accuracy is sensitive to input resolution (224 vs 384).

Checklist

  • Matches model card standardization template.
  • Doc-builder syntax preserved (hfoptions, [!TIP], [[autodoc]]).
  • Examples tested with facebook/convnextv2-tiny-1k-224.

Who can review?

Documentation: @stevhliu

@CYBki CYBki force-pushed the docs/standardize-convnextv2-card branch from 8602f15 to ade74f0 Compare September 1, 2025 10:36
@CYBki
Copy link
Copy Markdown
Author

CYBki commented Sep 1, 2025

Hi! This is a documentation-only change (model card for ConvNeXt V2).
All required checks are green ✅

Could a maintainer please approve the docs workflow and review?
cc @stevhliu

@stevhliu
Copy link
Copy Markdown
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 🤗

@stevhliu stevhliu closed this Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants