Add metadata, sample usage, and improve model details
#1
by
nielsr
HF Staff
- opened
Hi, I'm Niels from the community science team at Hugging Face.
This PR improves the model card by adding key metadata to enhance discoverability and user experience on the Hub:
pipeline_tag: text-generation: Ensures the model appears in relevant searches.library_name: transformers: Enables the automated "Use in Transformers" code snippet button.base_model: deepseek-ai/DeepSeek-R1-0528-Qwen3-8B: Provides clarity on the original model this quantization is based on.
Additionally, I've added a "Sample Usage" section, directly pulling code snippets from the official GitHub repository to help users easily get started with inference. I've also clarified the paper link in the introduction with its full title.
Please review and merge if this looks good!
nanzhang
changed pull request status to
merged