Add `library_name` and relevant `tags` to model card
#1
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
library_name: transformersto the metadata, which enables the automated "How to use" widget for inference with the Hugging Facetransformerslibrary. The model usestransformers.AutoProcessorandPaDTForConditionalGeneration.from_pretrainedas shown in the sample usage. - Including additional
tags(multimodal-llm,object-detection,image-segmentation,referring-expression-comprehension,image-captioning) to improve discoverability, reflecting the diverse vision tasks the model supports as described in the paper.
PaDT-MLLM changed pull request status to closed