Views
No views yet
num_loops=2 → 44 effective depth; ~4B total / ~3B non-embedding).⚠️ This is the only GGUF of Nanbeige4.2 that exists, and it will not run on stock llama.cpp / Ollama / LM Studio yet — see Compatibility.
llama.cpp. The GGUF carries general.architecture = nanbeige, understood only by:Nanbeige/llama.cpp @ nanbeige42-ctk kvarn3 -ctv kvarn3).unknown architecture 'nanbeige'.wiki.test.raw. Lower KLD / higher top-p = closer to full precision.| File | Size | KL-div ↓ | Same top-p ↑ | Pick if |
|---|---|---|---|---|
Nanbeige4.2-3B-UD-Q4_K_XL.gguf | 2.62 GB | 0.137 | 84.4 % | smallest, VRAM-tight |
Nanbeige4.2-3B-UD-Q6_K.gguf | 3.32 GB | 0.048 | 90.4 % | balanced |
Nanbeige4.2-3B-UD-Q6_K_XL.gguf | 3.67 GB | 0.024 | 92.9 % | near-lossless |
Nanbeige4.2-3B-Q8_0.gguf | 4.43 GB | 0.009 | 95.4 % | max fidelity |
UD-Q6_K or higher.| Model | Accuracy | Recovery | Agreement w/ BF16 |
|---|---|---|---|
| BF16 (reference) | 93 % | 100 % | 100 % |
UD-Q4_K_XL | 92 % | 98.9 % | 88 % |
UD-Q6_K | 90 % | 96.8 % | 91 % |
Q8_0 | 89 % | 95.7 % | 94 % |
UD-Q4_K_XL loses ~1 question in 100. At n=100 the absolute-accuracy differences are within statistical noise (±~3 pts) and do not rank the quants. The Agreement column is the meaningful signal: it is monotonic (Q8 > Q6 > Q4), matching the KLD ranking — higher precision deviates less from full precision.llama-imatrix over bartowski calibration_datav3 (Dampf & Kalomaze). Included as nanbeige42-imatrix-v3.dat so you can roll your own quants. (A larger multilingual corpus was tested and gave no KLD improvement — weight importance here is largely language-independent.)attn_v / attn_k are near-free wins (tiny under GQA — 8 KV heads — yet large KLD drop). Always bumped.attn_q is a trap (large tensor, negligible gain) — left at Q4 in the leaner quants.token_embd / output are sensitive (unusual — driven by the concatenated n-gram embeddings) and dominate at the high-precision end (hence the _XL = Q8 embed/output)._XL marks embed/output kept at higher precision (same convention as Unsloth UD).llama-server -m Nanbeige4.2-3B-UD-Q6_K.gguf -ngl 99 -c 32768 --jinjatemp 1.0, reasoning temp 0.6 with long context.