Improve model card: Add `library_name` and prominent links to paper and GitHub

#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 config.json ("architectures": ["Qwen3ForCausalLM"], "model_type": "qwen3", "transformers_version": "4.53.0"), which enables the "How to use" widget for direct integration with the Hugging Face transformers library.
  • Adding prominent links to the paper (rStar2-Agent: Agentic Reasoning Technical Report) and the GitHub repository (https://github.com/microsoft/rStar) at the top of the model card content for better visibility and easier access to the research and code.
  • The existing "Usage", "Citation", and "License" sections remain unchanged as they are already comprehensive and accurate.

These updates will improve the discoverability and usability of the model for the community.

Thank you so much for your suggestion and helpful improvements! πŸŽ‰ Really appreciate it β€” merged βœ…

rstar2-reproduce changed pull request status to merged

Sign up or log in to comment