Add pipeline_tag and library_name to metadata

#4
by nielsr HF Staff - opened

Hi,

I'm Niels from the Hugging Face community science team. This PR improves the model card's metadata by adding the pipeline_tag and library_name.

Specifically:

  • pipeline_tag: video-text-to-text ensures the model is correctly categorized under video-to-text tasks on the Hub.
  • library_name: transformers acknowledges compatibility with the Transformers library (using trust_remote_code=True) and enables the "Use in Transformers" button on the repository.

These changes help improve the discoverability and usability of the model.

Best,
Niels

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

Sign up or log in to comment