Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
Hi! I'm Niels from the community science team at Hugging Face.
I'm opening this PR to improve the model card's metadata. Specifically, I've added:
pipeline_tag: image-text-to-text: This helps users find the model when filtering by task and correctly identifies it as a multimodal agent.library_name: transformers: Since the repository contains aconfig.jsonand uses a supported architecture, this enables the "Use in Transformers" button.
I've also ensured the model is linked to its research paper. The rest of your detailed documentation and benchmark results remain unchanged.