Improve model card: Add description, paper/code links, relevant tags, license, and pipeline tag
This PR significantly enhances the model card for Online-Searcher-QwQ-32B.
It provides a detailed model description, intended uses, and training data information, drawing extensively from the paper's abstract and the project's GitHub README.
It adds direct links to the scientific paper, SimpleDeepSearcher: Deep Information Seeking via Web-Powered Reasoning Trajectory Synthesis, and the GitHub repository, RUCAIBox/SimpleDeepSearcher.
Visuals illustrating the project's overview, performance, and framework are embedded directly from the GitHub repository.
Additionally, the metadata is updated by:
- Specifying the
licenseasmit, as indicated in the GitHub repository. - Adding the
pipeline_tag: text-generationto enable better discoverability on the Hub. - Adding relevant
tags:deep-search,web-agent, andrag, which accurately describe the model's functionality. - The
library_name: transformersis retained, as the model is compatible with the π€ Transformers library, allowing for an automated usage snippet on the Hub.
Finally, a citation section is included with the BibTeX entry from the paper, and the initial auto-generated comment has been removed as the model card is now complete.