Improve model card: Add robotics pipeline tag and canonical links
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card for MolmoAct-7B-D by:
- Adding the
pipeline_tag: robotics
to the metadata, which helps users discover the model via the Hugging Face Hub's pipeline filters (e.g., at https://huggingface.co/models?pipeline_tag=robotics). - Updating the paper link in the "Quick links" section to point to the Hugging Face Papers page (https://huggingface.co/papers/2508.07917) for consistency and improved discoverability within the Hub.
- Adding a direct link to the GitHub repository (https://github.com/allenai/MolmoAct) in the "Quick links" section for easier access to the codebase.
These changes will help researchers and practitioners more easily find and understand the model's capabilities and resources.
hqfang
changed pull request status to
merged
merged, thanks for the update