Improve model card: Add `library_name`, overview, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for SENTINEL by:
- Adding the
library_name: transformers
metadata, which enables the "Use in Transformers" widget and improves discoverability. - Including a comprehensive "About" section with the paper's abstract and a "Key Features" section to provide a clear overview of the model's purpose and innovations.
- Adding a practical Python code snippet for quick inference, demonstrating how to load and use this PEFT model with the
transformers
library. - Removing the irrelevant "File information" section for better readability.
- Adding a badge for the associated Hugging Face dataset.
These changes make the model more informative and user-friendly on the Hugging Face Hub.
Thanks a lot!
psp-dada
changed pull request status to
closed