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: roboticsto help users discover the model for robotics applications on the Hub. - Added
library_name: transformersbased on evidence in thetokenizer_config.jsonandadapter_config.json(LlamaTokenizer,AutoProcessor,transformers_modules), which confirms compatibility and enables the automated "How to use" widget. - Moved the
license: mitfrom 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