Enhance model card with metadata, links, and usage for robotics model
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for this robotics model by:
- Adding
pipeline_tag: robotics
to correctly categorize the model on the Hub. - Specifying
library_name: lerobot
as the primary framework used, enabling clearer integration guidance. - Setting the
license
toapache-2.0
. - Including additional descriptive tags like
gaze-tracking
,foveated-vision
, androbot-learning
for better discoverability. - Providing direct links to the official paper, project website, and GitHub repository for easy access to more information and code.
- Including a concise overview from the paper's abstract and detailed installation/usage instructions from the GitHub repository.
- Adding the BibTeX citation for proper attribution.
These additions make the model much more discoverable, understandable, and actionable for users on the Hugging Face Hub.