Improve model card: Add pipeline tag, library name, paper link, relevant tags, and sample usage
#1
by
nielsr
HF Staff
- opened
Hi there!
This PR aims to enhance the ASearcher-Web-QwQ-32B model card by improving its discoverability and providing more immediate utility to users.
Specifically, it:
- Adds the
pipeline_tag: text-generationto the metadata, which helps users find your model when browsing for text generation models on the Hugging Face Hub (e.g., via https://huggingface.co/models?pipeline_tag=text-generation). - Adds the
library_name: transformersto the metadata, ensuring the model's compatibility with thetransformerslibrary is explicitly stated and enabling the "Use in Transformers" widget. - Adds relevant
tagssuch asagent,search, andqwenfor better categorization and searchability on the Hub. - Prominently displays the official Hugging Face Paper link for easier access to the research.
- Includes a
transformers-based Python code snippet for basic text generation in the "Quickstart" section, making it easier for users to get started with the model.
These additions will make it easier for researchers and developers to find, understand, and utilize your impressive work.
Please review and let me know if any adjustments are needed!