Add library_name and pipeline_tag to metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face.
I noticed that your model card for PersonaVLM is missing a few metadata fields that would help users find and use your model more effectively. This PR adds library_name: transformers and pipeline_tag: image-text-to-text to the YAML header.
Adding these will:
- Enable the "Use in Transformers" button on the model page.
- Ensure the model appears in the correct categories when users filter by task on the Hub.
I've also preserved the existing links to the paper, project page, and code. Thanks for sharing this interesting work on long-term personalized MLLMs!