Improve model card: add transformers library, pipeline tag, and paper link
#2
by
nielsr
HF Staff
- opened
This PR improves the model card for Youtu-Parsing by:
- Adding the
library_name: transformerstag to metadata, as the model configuration supports thetransformersauto-mapping. - Updating the
pipeline_tagtoimage-segmentationto reflect the vision-centric capabilities described in the associated paper. - Linking the model card to the corresponding Hugging Face paper page: Youtu-VL: Unleashing Visual Potential via Unified Vision-Language Supervision.
- Adding a "Sample Usage" section with a code snippet from the official GitHub README to demonstrate how to use the model with the
transformerslibrary.
Thanks for your feedback. This model requires an SDK for usage, and it cannot yet achieve the intended performance when used directly with Transformers. We will adopt the modification to set library_name: transformers and update it as soon as possible.
Yinsongliu
changed pull request status to
closed