Improve model card: Add `transformers` library, pipeline tag, paper link, and abstract
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card by:
- Adding Metadata: Including
library_name: transformersandpipeline_tag: text-generationin the YAML metadata. This will enable the automated "how to use" widget on the model page and improve discoverability for text generation tasks. Thelicense: mittag was already present. - Integrating Paper Details: Linking directly to the paper Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models and embedding the paper's abstract for comprehensive context about the model's background and purpose.
- Improving Structure: Updating the primary model card title to a level 1 heading and clarifying the model description.
- The GitHub repository link remains unchanged, as it was already correctly present.
These updates aim to make the model more discoverable and easier to understand for users on the Hugging Face Hub.
resistz changed pull request status to merged