Views
No views yet

[!NOTE] These MLXs are self-quantized from the original weights, not a repack. The importance matrix keeps low-bit quants closer to the full-precision model.
| Property | Value |
|---|---|
| Base model | poolside/Laguna-XS-2.1 |
| Parameters | 33.4B |
| Layers | 40 |
| Experts | 256 routed (top-8) |
| Sliding window | 512 tokens |
| Context length | 262,144 tokens (256K) |
| Vocabulary | 100,352 |
| Modalities | Text |
| Architecture | Mixture-of-Experts, 256 experts (top-8), hybrid sliding-window (512) and global attention, 48 attention heads over 8 KV heads, LagunaForCausalLM |
| This repo | MLX weights |

poolside/Laguna-XS-2.1, not our own measurements. Quantization preserves the large majority of this; Q4_K_M and up stay close to full precision.AtomicChat/Laguna-XS-2.1-MLX-6bit and hit Use this model.mlx_lm.generate --model AtomicChat/Laguna-XS-2.1-MLX-6bit --prompt "Hello" --max-tokens 512mlx_lm.server --model AtomicChat/Laguna-XS-2.1-MLX-6bit --port 8080| Parameter | Value |
|---|---|
| temperature | 1.0 |
| top_p | 1 |
| top_k | 20 |
| min_p | 0.0 |
poolside/Laguna-XS-2.1.poolside/Laguna-XS-2.1 (original weights).mlx_lm.convert on our pipeline.