Views
No views yet
⚠️ Re-download if you pulled this bundle before 2026-07-28
Earlier uploads of this bundle were missingtop_k: 20ingeneration_config.jsonandjang_config.json. Poolside's ownLaguna-XS-2.1/generation_config.jsonomitstop_keven though their model card specifiestemperature=1.0, top_k=20, top_p=1for every XS-2.1 evaluation (the S-2.1 config does ship it), and this bundle passed those values through verbatim.Impact: withtop_kunset, a runtime samples the full 100,352-token vocabulary unfiltered attemperature=1.0/top_p=1.0instead of the top 20 candidates — noticeably lower output quality, worst on the lower-bit profiles.Fix: re-downloadgeneration_config.jsonandjang_config.json(a few KB — no need to re-pull the weights), or passtop_k=20explicitly in your requests. Both files now carrytop_k: 20and are checked against each other at build time.
| Field | Value |
|---|---|
| Source | poolside/Laguna-XS-2.1 @ c405648 |
| Architecture | laguna — 40 layers (10 global + 30 SWA w512), 33B-A3B, 256 experts top-8 + shared, 262K ctx |
| On-disk size | 19.8 GB (5 shards) |
| Routed experts | 4-bit gate/up/down affine, group 64, AWQ folded |
| Attention q/k/v/o + g_proj | 8-bit affine |
| Shared expert / dense FFN | 8-bit affine |
| Embeddings / lm_head | 6-bit / 8-bit affine |
| Router, e_score bias, norms | fp16 passthrough |
| Modality | text-only (verified from tensor index) |
| Metric | Value |
|---|---|
| Decode | 80.5 tok/s |
| Long-context cache parity | teacher-forced top-1 agreement 0.998 / 1.000 (pre/post the 512 sliding window, 2,913-token pass) |
enable_thinking toggles reasoning (vendor serving default is ON (stamped in jang_config.chat); the template's own fallback is off, so pass enable_thinking=True explicitly if your runtime ignores bundle defaults)tokenizer_config.json (upstream ships only an {% include %} stub that most runtimes cannot resolve — inlining is what makes the reasoning toggle actually work)eos_token_id = [2, 24] — id 24 is end-of-turn and must be in the stop set〈|EOS|〉 (bos 2): do not prepend another<tool_call>name<arg_key>k</arg_key><arg_value>v</arg_value></tool_call>{bits, group_size, mode} overrides in config.json[quantization].