Add pipeline tag and library name to model card

#1
by nielsr HF Staff - opened

This PR updates the model card for VST-7B-RL by adding crucial metadata:

  • library_name: transformers: This indicates compatibility with the πŸ€— Transformers library, enabling the automated "how to use" widget on the model page. The existing sample code confirms this compatibility.
  • pipeline_tag: image-text-to-text: This categorizes the model correctly on the Hugging Face Hub, enhancing discoverability for users looking for models that process both image and text inputs to generate text.

The existing content, including links to the paper, project page, codebase, and sample usage, remains unchanged as it is already well-documented.

rayruiyang changed pull request status to merged

Sign up or log in to comment