Add `library_name` and Sample Usage
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
library_name: transformersto the metadata, which enables the "how to use" widget on the model page. - Expanding the model description with details from the paper abstract/GitHub README summary.
- Including a "Sample Usage" section with a code snippet directly from the official GitHub repository's "Use Hugging Face weights" instructions, demonstrating how to load and perform inference with the model.
These improvements will make the model more discoverable and easier to use for the community.
Thanks for the great contribution! This PR significantly improves the model card by adding metadata, expanding the description, and including a sample usage example. Merging it now π
minzh23
changed pull request status to
merged