Enhance model card with metadata, links, abstract, and usage details
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the mae_vitb_foveated_vit model.
Key improvements include:
- Metadata Enrichment: Adding the
pipeline_tag: roboticsfor better discoverability on the Hugging Face Hub under robot learning models. - Library Identification: Specifying
library_name: lerobot, which is central to the project's data handling and model integration. - License Information: Setting the
licensetomitfor clarity regarding usage permissions. - Comprehensive Links: Populating the links to the official Hugging Face paper page (
https://huggingface.co/papers/2507.15833), the project website, and the GitHub repository. - Abstract Inclusion: Adding the paper's abstract to provide immediate context about the model and its research.
- Detailed Usage: Integrating installation instructions and a practical usage example from the original GitHub repository, showing how this model (as a component) is used within the overall framework's training scripts.
- Visual Context: Including the hero GIF from the project to provide a visual representation.
- Citation: Providing the BibTeX citation for proper academic attribution.
These changes make the model card much more informative, discoverable, and user-friendly for the community.