Improve model card: Add description, paper/code links, relevant tags, license, and pipeline tag

#1
by nielsr HF Staff - opened

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 license as mit, as indicated in the GitHub repository.
  • Adding the pipeline_tag: text-generation to enable better discoverability on the Hub.
  • Adding relevant tags: deep-search, web-agent, and rag, which accurately describe the model's functionality.
  • The library_name: transformers is 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment