Improve model card: Add pipeline tag, update license, abstract, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for InternVLA-M1_object by:
- Updating the license to
mit, as indicated by the official GitHub repository's license badge. - Adding
pipeline_tag: roboticsto improve discoverability on the Hugging Face Hub and enable the interactive widget. Theroboticstag has been removed from the generaltagslist to avoid redundancy. - Adding the paper link InternVLA-M1: A Spatially Guided Vision-Language-Action Framework for Generalist Robot Policy prominently at the top.
- Including the paper abstract for a more comprehensive model description.
- Adding detailed
Key Features,Target Audience, andExperimental Resultsfrom the project's GitHub README. - Incorporating a
Sample Usagesection with runnable Python code snippets for both chat and action prediction, directly extracted from the GitHub README. - Updating the
Citationto use the more complete BibTeX@articleformat found in the GitHub repository. - Adding
Environment Setup,Examples,Model Zoo,Roadmap,Contributing,Contact, andAcknowledgementssections for a more complete and informative resource.
Please review and merge if these improvements meet the community standards.