Model comparison
tinygemma3_cifar vs LFM2.5-230M
These two publish different quantization sets; the table below has the exact sizes. At long context the gap widens: tinygemma3_cifar's KV cache at 32K is 3.0× smaller, which usually matters more than the difference in weights.
From the file· summed bytes, KV per layer
Side by side
| tinygemma3_cifar | LFM2.5-230M | |
|---|---|---|
| Parameters | 39M | 230M |
| Architecture | gemma3 | lfm2 |
| Layers | 8 | 14 |
| Native context | 131,072 | 128,000 |
| Mixture of experts | no | no |
| Quantizations published | 1 | 25 |
| Smallest quantization | 0.04 GiB | 0.10 GiB |
| Q4_K_M | — | 0.14 GiB |
| Licence | wtfpl | other |
KV cache by context
the term that decides long-context viability
| Context | tinygemma3_cifar | LFM2.5-230M | Ratio |
|---|---|---|---|
| 4,096 | 0.06 GiB | 0.05 GiB | 1.33× |
| 8,192 | 0.08 GiB | 0.09 GiB | 1.22× |
| 16,384 | 0.09 GiB | 0.19 GiB | 2.02× |
| 32,768 | 0.12 GiB | 0.38 GiB | 3.02× |
| 65,536 | 0.19 GiB | 0.75 GiB | 4.02× |
| 131,072 | 0.31 GiB | 1.50 GiB | 4.82× |