Improve model card: Add pipeline tag, library name, and paper link
#1
by nielsr HF Staff - opened
This PR improves the model card for the Qwen3-8B-Base model by:
- Adding
library_name: transformersto enable automated code snippets for easy model loading, given its compatibility with the Transformers library. - Adding
pipeline_tag: text-generationto improve model discoverability on the Hub, as it is a Large Language Model. - Linking directly to the paper Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models to provide full context about the model's research.
The existing license and GitHub repository link are retained. Please review and merge if these improvements are satisfactory.
resistz changed pull request status to merged