Improve model card: Add pipeline tag, library name, paper link, abstract, and update GitHub/citation
#1
by nielsr HF Staff - opened
This PR significantly improves the model card for TMLR-Group-HF/Entropy-Qwen3-4B-Base by:
- Adding
pipeline_tag: text-generationto ensure it is discoverable under text generation models. - Adding
library_name: transformersto enable the "Use in Transformers" widget and provide a clear usage indicator. - Linking directly to the Hugging Face paper: Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models.
- Including the full paper abstract to provide comprehensive context on the model's background and methodology.
- Updating the GitHub repository link to the correct casing and formatting it as a proper Markdown link.
- Updating the BibTeX citation to match the one provided in the official GitHub repository.
These updates will make the model more accessible, discoverable, and informative for researchers and developers on the Hugging Face Hub.
Geraldxm changed pull request status to merged