Improve model card for MLLMSeg: Add metadata, abstract, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for MLLMSeg_InternVL2_5_8B_RES
by adding crucial metadata and comprehensive content.
Key improvements include:
- Adding
pipeline_tag: image-segmentation
, making the model discoverable for its primary task on the Hugging Face Hub. - Specifying
library_name: transformers
to enable the "Use in Transformers" widget and provide clear guidance on model usage. - Incorporating an overview of the model from the paper's abstract, a direct link to the Hugging Face paper page, and a link to the official GitHub repository.
- Providing a complete Python code snippet for inference, illustrating how to use the model with the
transformers
library. - Including performance metrics tables and visualization images from the original repository to provide a detailed overview of the model's capabilities.
This update makes the model card much more informative and user-friendly.
jcwang0602
changed pull request status to
merged