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-textensures the model is correctly categorized under video-to-text tasks on the Hub.library_name: transformersacknowledges compatibility with the Transformers library (usingtrust_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