Improve model card: Add `library_name`, overview, key features, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the psp-dada/LLaVA-v1.5-13B-SENTINEL
model by:
- Adding the
library_name: transformers
metadata, which enables the "Use in Transformers" button and improves discoverability on the Hub. - Including a comprehensive overview of the SENTINEL framework, derived from the paper's abstract and the project's GitHub README, detailing its purpose, advantages, and key features.
- Adding a runnable Python code snippet demonstrating how to load and use the model with the
transformers
library andpeft
, providing a clear starting point for users. - Incorporating additional badges for the associated Hugging Face Dataset, Model Collection, and the Hugging Face Paper page (as a "Discussion" link) for better navigation.
- Adding dedicated sections for the SENTINEL Dataset, Model Weights, Acknowledgments, and Citation for a more complete documentation.
These improvements make the model card much more informative and user-friendly directly on huggingface.co.
Thanks a lot!
psp-dada
changed pull request status to
closed