Improve model card: Add pipeline tag, library name, paper details, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for Agentic-R1 by:
- Adding
pipeline_tag: text-generationto correctly categorize the model for text generation and reasoning tasks. - Specifying
library_name: transformersto enable the automated "How to use" widget, providing a convenient code snippet for users. This is supported by the model'sQwen2ForCausalLMarchitecture andchat_templatein thetokenizer_config.json. - Including the paper title and a direct link to the Hugging Face paper page: Agentic-R1: Distilled Dual-Strategy Reasoning.
- Adding a link to the official GitHub repository for more details and code.
- Incorporating key features, dataset information, performance highlights, installation instructions, and a practical
transformerssample usage snippet, making it easier for users to get started.
These changes will improve discoverability and usability for researchers and practitioners on the Hugging Face Hub.
VanishD
changed pull request status to
merged