Add pipeline and library tags to metadata

#1
by nielsr HF Staff - opened

This PR enhances the model card by adding key metadata:

  • pipeline_tag: video-text-to-text: Improves discoverability on the Hugging Face Hub, allowing users to find this model when browsing for video-text-to-text models.
  • library_name: transformers: Enables the automatic "how to use" widget with a code snippet directly on the model page, facilitating easier integration for users, as the model demonstrates transformers compatibility in its usage example.

No changes were made to the existing descriptive content, which is already comprehensive and well-linked.

yaolily changed pull request status to merged

Sign up or log in to comment