Improve model card: add metadata, links, and detailed description
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for Online-Searcher-Qwen-7B by:
- Adding
pipeline_tag: text-generationto the metadata, allowing the model to be discovered more easily (e.g., at https://huggingface.co/models?pipeline_tag=text-generation). - Adding
license: mitto the metadata, clearly stating the model's license as found in the GitHub repository. - Adding a link to the original paper SimpleDeepSearcher: Deep Information Seeking via Web-Powered Reasoning Trajectory Synthesis.
- Adding a link to the associated GitHub repository.
- Populating the "Model description", "Intended uses & limitations", and "Training and evaluation data" sections with information extracted from the paper abstract and GitHub README.
- Adding a dedicated "License" section within the model card content.
- Removing the auto-generated comment.
These changes provide a more comprehensive and informative model card for users.