Improve model card: Add metadata and update paper links and usage snippet

#1
by nielsr HF Staff - opened

This PR enhances the model card by adding relevant metadata tags:

  • license: mit: Explicitly states the license in the metadata for better discoverability.
  • library_name: transformers: Enables the automated "how to use" widget on the model page, as the model is compatible with the Transformers library (evidenced by the current usage snippet and config.json).
  • pipeline_tag: text-generation: Helps users discover the model when filtering by task.

Additionally, the paper links in the markdown content have been updated to point directly to the Hugging Face paper page (https://huggingface.co/papers/2509.23946) for better integration within the Hub. The sample usage code snippet has been slightly improved for better compatibility with modern hardware setups.

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

Sign up or log in to comment