Improve model card: add pipeline tag, library name, update license, and paper reference
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the quantized DeepSeek-R1 model by the AutoRound algorithm.
It addresses the following:
- Added
pipeline_tag: Thetext-generationpipeline tag is added to the metadata, improving discoverability on the Hugging Face Hub. - Added
library_name: Thetransformerslibrary is added aslibrary_nameto the metadata, enabling the automated "how to use" widget on the model page, as supported by the provided sample code and project documentation. - Updated
license: Thelicensemetadata is updated toapache-2.0, aligning with the license of the originaldeepseek-ai/DeepSeek-R1model and theintel/auto-roundproject. - Updated Paper Reference: The model card content and the "Cite" section are updated to correctly reference the latest paper, "SignRoundV2: Closing the Performance Gap in Extremely Low-Bit Post-Training Quantization for LLMs".
- Prominent GitHub Link: A direct link to the AutoRound GitHub repository is added near the beginning of the model card for easy access.
These changes significantly improve the model card's clarity, accuracy, and usability for the Hugging Face community.