Improve model card: Add `library_name`, paper link, and GitHub link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
library_name: transformersto the metadata. This is supported by thetransformers_versioninconfig.jsonand the existingExamplesection that uses thetransformerslibrary, enabling the automated "How to use" widget on the Hub. - Updating the paper title in the content to link directly to its Hugging Face paper page: https://huggingface.co/papers/2509.14008.
- Including a direct link to the GitHub repository: https://github.com/Hala under the "Quick Links" section for easy access to the code.
These changes improve discoverability and usability for researchers and developers interacting with the model.