Improve model card: Add pipeline tag, library name, update content
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: image-text-to-textfor better discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=image-text-to-text). - Including
library_name: transformersto enable the automated "how to use" widget, as the model is compatible with thetransformerslibrary. - Correcting the main title of the model card to reflect the paper's title.
- Updating the "News" section with more recent information from the GitHub repository.
- Adding the "Pipeline" and "Embodied Visual Reasoning Tasks" sections from the GitHub README to provide more comprehensive information about the model and its applications.
- Updating the "Citation" section to include all relevant BibTeX entries from the GitHub repository.
This ensures the model card accurately reflects the model's capabilities and improves user experience.