Improve model card for NaViL: Add metadata, links, and detailed usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for NaViL by:
- Adding
library_name: transformersto enable automated code snippets on the Hub. - Adding
pipeline_tag: image-text-to-textfor better discoverability. - Including links to the paper, project page, and GitHub repository.
- Adding a comprehensive overview of the model including abstract, core insights, architecture, main results, and qualitative analysis.
- Providing detailed sample usage with both bash commands and a Python inference example, directly from the GitHub README.
These updates make the model card more informative and user-friendly.