Improve model card: Add pipeline tag, library name, and update details
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generationto improve discoverability on the Hugging Face Hub for relevant tasks. - Adding
library_name: transformersto enable the automated "How to use" widget, as evidenced by theconfig.jsonfile. - Updating the model description to include context from the paper Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models.
- Correcting the GitHub repository link to point to the accurate URL: https://github.com/tmlr-group/Co-rewarding.
- Updating the BibTeX entry in the
Citationsection to ensure the title precisely matches the paper's title.