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_name to transformers in the metadata, which enables the automated "how to use" widget on the Hub. This is confirmed by the auto_map entries in config.json.
  • Removing the redundant transformers tag and adding more descriptive tags such as moe, mixture-of-experts, and code-generation to 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=True when loading the model with transformers.

To note: trust_remote_code=True is not necessary here!

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

Sign up or log in to comment