Improve model card: Add pipeline tag, library name, and paper reference
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: roboticsto the metadata, improving discoverability on the Hugging Face Hub. - Including
library_name: transformersin the metadata. This is based on thetokenizer_config.jsonandprocessor_config.jsonfiles, which indicate compatibility withtransformers.AutoProcessorandtransformers.PreTrainedTokenizerFast, thus enabling the automated "how to use" widget. - Incorporating the paper's title at the top of the model card, linked to its Hugging Face paper page (Task adaptation of Vision-Language-Action model: 1st Place Solution for the 2025 BEHAVIOR Challenge).
These updates will improve the model's visibility and usability for the community.