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-generation to correctly categorize the model for text generation and reasoning tasks.
  • Specifying library_name: transformers to enable the automated "How to use" widget, providing a convenient code snippet for users. This is supported by the model's Qwen2ForCausalLM architecture and chat_template in the tokenizer_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 transformers sample 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

Sign up or log in to comment