Views
No views yet
mistralai/Mistral-7B-Instruct-v0.3 at source revision c170c708c41dac9275d15a8fff4eca08d52bab71. It remains subject to the base model's license, intended use, and limitations.| Component | Method | Weight format | Details |
|---|---|---|---|
| Decoder Linear layers | AutoRound | symmetric INT4, G256 | 224 targets; lm_head excluded |
lm_head | GPTQ | symmetric INT4, G256 | static act-order, block size 128, dampening 0.01 |
| Mixed-precision exceptions | — | source dtype | non-Linear parameters remain at source precision |
HuggingFaceH4/ultrachat_200k (dataset revision not captured), train_sft[:512], rendered with the source chat template. Token IDs were deterministically concatenated and packed into 512 full 1024-token spans (no shuffle); AutoRound used 200 iterations and batch size 1.wikitext-2-raw-v1 evaluation used the wikitext lm-eval task, no example limit, batch size 1, CUDA, and the same evaluator for source and quantized checkpoints on 2026-07-19.| Checkpoint | Word perplexity | Status |
|---|---|---|
mistralai/Mistral-7B-Instruct-v0.3 source | 9.013307 | Full run |
| This UltraChat checkpoint | 9.280742 | Full run |
| Absolute degradation | 0.267435 | Lower is better |
| Relative degradation | 2.967% | 100 * (quantized / source - 1) |
quantize.py, recipe.yaml, and versions.txt.python quantize.py --model-path /path/to/models--mistralai--Mistral-7B-Instruct-v0.3 --output-dir /path/to/outputversions.txt.