This is the official QAT FP-Quant checkpoint of `meta-llama/Llama-3.2-1B-Instruct`, produced as described in the [**"Bridging the Gap Between Promise and Performance for Microscaling FP4 Quantization"**](https://arxiv.org/abs/2509.23202) paper. This model can be run on Blackwell-generation NVIDIA GPUs via [QuTLASS](https://github.com/IST-DASLab/qutlass) and [FP-Quant](https://github.com/IST-DASLab/FP-Quant) in either [transformers](https://huggingface.co/docs/transformers/main/en/quantization/fp_quant) or [vLLM](https://github.com/vllm-project/vllm/pull/24440). The approximate recipe for training this model (up to local batch size and LR) is available [here](https://github.com/IST-DASLab/nanochat-qat/blob/qat/transformers_distill.py). This checkpoint has the following performance relative to the original model and the RTN quantization: | Model | MMLU | GSM8k | Hellaswag | Winogrande | Avg | |-------|------|-------|-----------|------------|-----| | `meta-llama/Llama-3.2-1B-Instruct` | 46.2 | 46.3 | 59.8 | 61.6 | 53.5 | | RTN | 30.9 | 19.4 | 51.6 | 57.2 | 39.8 | | QAT (THIS) | 28.1 | 36.9 | 57.0 | 58.8 | 45.2 |