Improve model card for Agentic-R1
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for VanishD/Agentic-R1 by:
- Adding the
pipeline_tag: text-generationto ensure the model appears in relevant searches on the Hub. - Adding
library_name: transformersto enable the automated "How to use" code snippet, as the model is compatible with thetransformerslibrary (evidenced byconfig.jsonand typical Hugging Face model structure). - Adding descriptive
tagssuch asqwen2,reasoning,tool-use, andllmfor better discoverability. - Including a direct link to the paper: Agentic-R1: Distilled Dual-Strategy Reasoning.
- Adding a link to the GitHub repository:
https://github.com/StigLidu/DualDistill. - Replacing the placeholder content with a comprehensive description derived from the paper abstract and the GitHub README, including:
- The paper abstract.
- Key Features.
- Datasets.
- Performance Results.
- Detailed Quick Start instructions (Installation, Inference Server, and Evaluation scripts) directly from the GitHub README.
- Information on Trained Models.
- Important Notes, License, Acknowledgments, and Contact details.
- The academic citation.
Note: A Python inference code snippet was not added to the "Quick Start" section as it was not explicitly found in the provided GitHub README, in strict adherence to the instructions.
Thank you for your contribution!
VanishD
changed pull request status to
merged