Improve model card: Add pipeline tag, library name, and move license to metadata

#1
by nielsr HF Staff - opened

This PR enhances the model card for LIBERO-Plus by adding crucial metadata and improving its structure:

  • Added pipeline_tag: robotics to help users discover the model for robotics applications on the Hub.
  • Added library_name: transformers based on evidence in the tokenizer_config.json and adapter_config.json (LlamaTokenizer, AutoProcessor, transformers_modules), which confirms compatibility and enables the automated "How to use" widget.
  • Moved the license: mit from the Markdown content to the appropriate YAML metadata block, cleaning up the model card's structure.

These changes make the model card more informative, discoverable, and compliant with Hugging Face Hub best practices.

Sylvest changed pull request status to merged

Sign up or log in to comment