Improve model card: Add pipeline tag, library name, and correct GitHub link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for Metis-HOME by:
- Adding the
pipeline_tag: image-text-to-textto accurately categorize the model as a multimodal large language model that processes image/video and text input to generate text outputs. This improves discoverability on the Hugging Face Hub. - Specifying
library_name: transformersin the metadata, based on evidence inconfig.json,tokenizer_config.json, andpreprocessor_config.jsonthat confirmtransformerscompatibility. This enables the automated "How to use" widget. - Updating the badge section to replace the misleading "Code License" badge (which linked to an incorrect repository) with a direct "GitHub" code badge linking to the project's actual repository at
https://github.com/MM-Thinking/Metis-HOME.
These changes make the model card more informative and user-friendly.