Improve model card: Add details, links, and pipeline tag
#1
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding the
pipeline_tag: image-text-to-textto improve model discoverability on the Hub. - Adding
library_name: transformersas the model is built upon a Transformers-compatible base model and uses PEFT. - Adding the license as
apache-2.0. - Adding a description from the paper's abstract.
- Linking to the paper, GitHub repository, and project page.
- Adding the citation information.
Jingbiao changed pull request status to merged