Improve model card: Add pipeline tag, links, license, and usage info
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
pipeline_tag: roboticsmetadata, enabling discovery via the tag. - Correcting the license metadata from
apache-2.0tomitbased on the GitHub repository's badge. - Linking to the paper: Much Ado About Noising: Dispelling the Myths of Generative Robotic Control.
- Adding a link to the official project page: https://simchowitzlabpublic.github.io/much-ado-about-noising-project/.
- Adding a link to the GitHub repository: https://github.com/simchowitzlabpublic/much-ado-about-noising.
- Including key features and a "Quick Start" section with installation, training, and evaluation commands directly from the GitHub README for easier local setup and usage.
- Adding a basic BibTeX citation entry for the paper.
Please review and merge this PR if everything looks good.