Improve model card for RecNeXt-A2 with detailed information
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for RecNeXt-A2 by incorporating valuable details from the paper abstract and the accompanying GitHub repository.
Key improvements include:
- Addition of the paper abstract for better understanding.
- Inclusion of the core RecConv module code snippet for architectural insights.
- Expanded model usage section with training, testing, fused model evaluation, and publishing instructions.
- Integration of detailed performance figures and tables for downstream tasks (object detection and semantic segmentation), highlighting the broader capabilities of the RecNeXt family.
- Addition of a "Limitations" section for transparent reporting of model constraints.
- Inclusion of an "Acknowledgement" section.
- Correction of the arXiv badge ID to match the paper's actual ID (2412.19628).
- Updated
tagsin metadata to includeobject-detectionandsemantic-segmentation.
These additions make the model card more comprehensive, informative, and aligned with best practices for documenting AI artifacts on the Hugging Face Hub.
suous changed pull request status to merged