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: transformers to the metadata. This is supported by the transformers_version in config.json and the existing Example section that uses the transformers library, 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment