Improve model card: Add pipeline tag, Transformers compatibility, and paper link
#1
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generationto correctly classify the model's functionality and improve discoverability on the Hub. - Adding
library_name: transformersas theconfig.jsonexplicitly indicatestransformers_versionandQwen3ForCausalLMarchitecture, enabling the automated "Use in Transformers" code snippet. - Integrating the paper link: Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models to provide full academic context.
- Expanding the model description with a summary of the paper's abstract for better understanding.
- Reformatting the existing GitHub repository link for clarity.
These changes significantly improve the model card's informativeness and integration with the Hugging Face Hub features.
resistz changed pull request status to merged