Improve model card: Update license, add abstract, usage, and citation
#2
by
nielsr
HF Staff
- opened
This PR significantly improves the model card by:
- Updating the
license
metadata fromcc
to the more specificcc-by-nc-4.0
, aligning with the license stated in the project's GitHub repository. - Adding the paper abstract, providing crucial context and an overview of the model's contribution and methodology.
- Including a Python code snippet for sample usage, demonstrating how to load and use the model with the
transformers
library for quick inference. - Adding the BibTeX citation for the paper, enabling proper attribution in research.
- Removing the empty "File information" section for a cleaner model card.
These updates enhance the discoverability, usability, and completeness of the model card for the Hugging Face community.
kaiyuyue
changed pull request status to
merged
I really appreciate this contribution, Niels!!!
Thank you very much!