Improve model card: Add pipeline tag, library name, links, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for NingLab/CASLIE-M by:
- Adding the
pipeline_tag: image-text-to-textto improve discoverability on the Hub for multimodal tasks. - Specifying
library_name: transformersto enable the automated usage widget, as indicated by the model's configuration and the base model's compatibility. - Providing direct links to the paper (Captions Speak Louder than Images: Generalizing Foundation Models for E-commerce from High-quality Multimodal Instruction Data), the project page (https://ninglab.github.io/CASLIE/), and the GitHub repository (https://github.com/ninglab/CASLIE).
- Including a "Sample Usage" section with a command-line inference snippet directly from the GitHub README for immediate usability.
These updates provide richer context and improve the overall user experience on the Hugging Face Hub.