Improve model card: Add `transformers` library, `text-generation` tag, and HF paper link
#1
by
nielsr
HF Staff
- opened
This PR updates the model card to enhance discoverability and provide more structured information:
- Adds
library_name: transformersto enable the automated "how to use" widget, as the model is compatible with the Hugging Face Transformers library. - Adds
pipeline_tag: text-generation, categorizing the model for language generation tasks. - Updates the paper link in the content section to point to the Hugging Face paper page: Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models.
Geraldxm
changed pull request status to
merged