Safetensors

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: transformers to the metadata, enabling the automated "how to use" widget, as the model is compatible with the πŸ€— Transformers library.
  • Adding pipeline_tag: image-text-to-text to 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 transformers library, 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment