Improve model card: Update `library_name`, add relevant tags, and clarify links
#10
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Setting the
library_nametotransformersin the metadata, which enables the automated "how to use" widget on the Hub. This is confirmed by theauto_mapentries inconfig.json. - Removing the redundant
transformerstag and adding more descriptive tags such asmoe,mixture-of-experts, andcode-generationto improve model discoverability, based on the model's architecture and capabilities. - Adding explicit links to the paper, GitHub repository, and project page at the top of the model card for easier access.
- Updating the internal paper link within the "Model Introduction" section to point to the official Hugging Face paper page (
https://huggingface.co/papers/2509.01322). - Adding a note in the "Quick Start" section to inform users about the necessity of
trust_remote_code=Truewhen loading the model withtransformers.
To note: trust_remote_code=True is not necessary here!