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: transformersto the metadata. This is supported by theconfig.json("architectures": ["Qwen3ForCausalLM"],"model_type": "qwen3","transformers_version": "4.53.0"), which enables the "How to use" widget for direct integration with the Hugging Facetransformerslibrary. - 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