Improve model card: Add pipeline tag, library name, paper details, and update GitHub link
#1
by
nielsr HF Staff - opened
This PR enhances the model card for TMLR-Group-HF/GT-Qwen3-4B-Base by:
- Adding
pipeline_tag: text-generationto the metadata. This is appropriate for aQwen3ForCausalLMmodel and improves discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=text-generation). - Adding
library_name: transformersto the metadata. Theconfig.jsonindicates compatibility with thetransformerslibrary, which enables the "how to use" widget on the model page for easy inference. - Enriching the model description to include the paper title, a link to the official Hugging Face paper page (Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models), and a concise summary of the paper's abstract.
- Updating the GitHub repository link to
https://github.com/tmlr-group/Co-rewardingto match the correct URL provided in the paper's GitHub README.
These changes aim to make the model card more informative and user-friendly.
resistz changed pull request status to
merged