Improve model card: Add pipeline tag, library name, code link, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: image-text-to-text
to the metadata, which improves discoverability and categorization on the Hugging Face Hub. - Adding
library_name: transformers
to the metadata, enabling the "Use in Transformers" widget and code snippets on the model page. - Including a direct link to the project's GitHub repository for easier access to the associated code.
- Providing a clear, runnable Python code snippet using the
transformers
library for convenient model inference.