Add robotics pipeline tag and transformers library name
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card metadata by:
- Adding
pipeline_tag: robotics: This will improve discoverability on the Hugging Face Hub, allowing users to find this model when filtering for robotics applications, consistent with the paper's focus on "Robotic Manipulation". - Adding
library_name: transformers: Evidence fromconfig.json("transformers_version": "4.52.4") andpreprocessor_config.json("processor_class": "Qwen2_5OmniProcessor") indicates compatibility with the Hugging Face Transformers library. This addition will enable the automated "How to use" code snippet on the Hub, providing users with a convenient way to get started with the model.
No changes were made to the Markdown content, as the model card already provides comprehensive information, including links to the paper, project page, and GitHub repository. A sample usage section was not added as no direct inference code snippet was found in the provided GitHub README, adhering to the contribution guidelines.
sinwang
changed pull request status to
merged