Robotics
behavior
challenge

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: robotics to the metadata, improving discoverability on the Hugging Face Hub.
  • Including library_name: transformers in the metadata. This is based on the tokenizer_config.json and processor_config.json files, which indicate compatibility with transformers.AutoProcessor and transformers.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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment