Improve model card: Add `library_name`, expanded content, and usage example
#2
by nielsr HF Staff - opened
This PR significantly enhances the model card for psp-dada/LLaVA-v1.5-7B-SENTINEL by:
- Adding
library_name: transformersto the metadata, which enables the "How to use" widget and improves discoverability. - Including the
loratag in the metadata, relevant for this PEFT adapter. - Expanding the model description to include the paper's abstract and key features from the GitHub repository, providing a comprehensive overview.
- Incorporating the valuable 'Model Weights' table for easy access to related models.
- Providing a clear Python code snippet for loading and using the LoRA adapter with its base model.
These improvements make the model card much more informative and user-friendly.
Thanks a lot! I will follow your ideas and improve our README file!
psp-dada changed pull request status to closed