Model comparison
HyperCLOVAX-SEED-Text-Instruct-0.5B vs embeddinggemma-300m
These two publish different quantization sets; the table below has the exact sizes. At long context the gap widens: embeddinggemma-300m's KV cache at 32K is 20.8× smaller, which usually matters more than the difference in weights.
From the file· summed bytes, KV per layer
Side by side
| HyperCLOVAX-SEED-Text-Instruct-0.5B | embeddinggemma-300m | |
|---|---|---|
| Parameters | 566M | 303M |
| Architecture | llama | gemma-embedding |
| Layers | 24 | 24 |
| Native context | 8,192 | 2,048 |
| Mixture of experts | no | no |
| Quantizations published | 4 | 10 |
| Smallest quantization | 0.39 GiB | 0.26 GiB |
| Q4_K_M | 0.40 GiB | — |
| Licence | other | — |
KV cache by context
the term that decides long-context viability
| Context | HyperCLOVAX-SEED-Text-Instruct-0.5B | embeddinggemma-300m | Ratio |
|---|---|---|---|
| 4,096 | 0.38 GiB | 0.04 GiB | 10.67× |
| 8,192 | 0.75 GiB | 0.05 GiB | 14.77× |
| 16,384 | 1.50 GiB | 0.08 GiB | 18.29× |
| 32,768 | 3.00 GiB | 0.14 GiB | 20.76× |
| 65,536 | 6.00 GiB | 0.27 GiB | 22.26× |
| 131,072 | 12.00 GiB | 0.52 GiB | 23.10× |