Add comprehensive model card for MLLMSeg_InternVL2_5_4B_RES
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for MLLMSeg_InternVL2_5_4B_RES
by adding:
- The
pipeline_tag: image-segmentation
to correctly categorize the model on the Hugging Face Hub, making it easily discoverable at https://huggingface.co/models?pipeline_tag=image-segmentation. - The
library_name: transformers
to indicate compatibility with the Hugging Facetransformers
library, enabling the "How to use" widget. - Direct links to the paper and the official GitHub repository for easy access to more information and code.
- A practical Python usage example for quick inference, directly from the official repository.
- Performance metrics and visualization examples to showcase the model's capabilities.
jcwang0602
changed pull request status to
merged