Improve model card: Add metadata, links, and usage example
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for NingLab/CASLIE-S by:
- Adding
library_name: transformersto the metadata, enabling the automated "how to use" widget, as the model is compatible with the π€ Transformers library. - Adding
pipeline_tag: image-text-to-textto the metadata for better discoverability and categorization on the Hub, reflecting its multimodal capabilities. - Including a direct link to the associated paper: Captions Speak Louder than Images: Generalizing Foundation Models for E-commerce from High-quality Multimodal Instruction Data.
- Adding links to the project page (
https://ninglab.github.io/CASLIE/) and the GitHub repository (https://github.com/ninglab/CASLIE). - Incorporating a sample usage code snippet leveraging the
transformerslibrary, which aligns with the model's architecture and dependencies, to demonstrate basic multimodal inference.
These updates aim to make the model card more informative and user-friendly.