Add Mix-Quant paper, project page, and code links
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community team.
This PR improves the model card for Qwen3-8B-NVFP4 by:
- Adding a link to the original research paper: Mix-Quant: Quantized Prefilling, Precise Decoding for Agentic LLMs.
- Linking the official GitHub repository and project page.
- Adding
library_name: vllmto the metadata to enable specialized UI features and reflect its primary deployment target. - Adding a BibTeX citation section.
These changes help users understand the context of the NVFP4 quantization applied here and find the relevant serving scripts for the Mix-Quant framework.