Improve model card: Add pipeline tag, library name, abstract, results, and GitHub link

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card by:

  • Adding pipeline_tag: video-text-to-text to the metadata, which helps in categorizing the model on the Hub for easier discovery under the appropriate pipeline (https://huggingface.co/models?pipeline_tag=video-text-to-text).
  • Including library_name: transformers in the metadata, indicating compatibility with the πŸ€— Transformers library and enabling an automated "How to use" widget on the model page.
  • Adding a direct link to the GitHub repository: https://github.com/BASHLab/RAVEN.
  • Incorporating the paper's abstract for better context.
  • Adding the "Main Results", "AVS-QA Dataset", and "Model Zoo" sections from the official GitHub README, providing crucial information about performance, data, and available variants.
  • Renaming the "Inference" section to "Sample Usage" for clarity and consistency with Hugging Face conventions, while retaining the original code snippet.

Please review and merge this PR if these changes are appropriate.

Subrata132 changed pull request status to merged

Sign up or log in to comment