Improve model card: Add metadata, links, features, and usage example
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for AtomThink-LlamaV by:
- Adding
pipeline_tag: image-text-to-textandlibrary_name: transformersto the metadata, improving discoverability and integration with the Hugging Face ecosystem. - Correcting the
licensetomit, as specified in the official GitHub repository. - Including direct links to the paper, project page, and GitHub repository for easy access to related resources.
- Adding an overview of the model from the paper's abstract and highlighting its key features.
- Providing a runnable Python code snippet for quick inference using the
transformerslibrary. - Removing the irrelevant "File information" section, as per documentation guidelines.
These updates make the model card more informative, user-friendly, and compliant with Hugging Face Hub standards.