Add pipeline tag, library metadata, and paper link
#1
by
nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face. I noticed this model card could benefit from some additional metadata and documentation to make it more discoverable and easier to use.
This PR:
- Adds the
pipeline_tag: image-text-to-textto categorize the model. - Adds
library_name: transformersto enable the "Use in Transformers" button. - Links the model to the official paper on the Hugging Face Hub.
- Provides a clean introduction and includes the official BibTeX citation.
- Preserves the existing usage examples for vLLM and OpenAI-compatible inference.