Add `pipeline_tag` and `library_name` to model card
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding two important metadata tags:
pipeline_tag: ROBOTICS: Ensures the model is discoverable under the appropriate task category on the Hugging Face Hub, improving its visibility for users interested in robotics applications.library_name: transformers: Explicitly declares compatibility with the Hugging Face Transformers library, as evidenced by thetransformers_versioninconfig.jsonand the naming conventions inconfig.jsonandpreprocessor_config.json. This will enable the interactive "how to use" widget on the model page, providing convenient code snippets for easier adoption.
These additions enhance the model's visibility and usability on the Hugging Face Hub.
sinwang
changed pull request status to
merged