Improve model card: Add metadata, paper link, and correct GitHub URL
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-generationto improve discoverability on the Hugging Face Hub. - Adding
library_name: transformersto enable the automated "how to use" widget, as the model is compatible with thetransformerslibrary. - Linking directly to the official Hugging Face paper page: Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models.
- Providing a brief summary of the paper's abstract to give users more context about the Co-rewarding framework.
- Correcting the GitHub repository link from
https://github.com/tmlr-group/Co-Rewardtohttps://github.com/tmlr-group/Co-rewardingto match the canonical repository URL.