Improve model card: Add `library_name` and update paper link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
library_name: transformers
tag to the metadata, which enables an automated usage snippet on the Hub. The model'sconfig.json
,tokenizer_config.json
,generation_config.json
and usage examples in the GitHub repository confirm compatibility with thetransformers
library. - Updating the paper link in the model card content to the official Hugging Face papers page:
https://huggingface.co/papers/2508.11630
, replacing the arXiv link for better integration within the platform.
These improvements will make the model more discoverable and easier for the community to use.