OsaurusAI/Laguna-XS-2.1-JANG_2L
061
<p align="center"><a href="https://osaurus.ai"><img src="./osaurus-x-banner.png" alt="Osaurus AI"></a></p>
### ⚠️ 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.
OsaurusAI/Laguna-XS-2.1-JANG_2L
JANG_2L JANG affine bundle of poolside/Laguna-XS-2.1 — 33B-parameter / ~3B-active MoE for agentic coding, quantized for Apple Silicon.
Attention (incl. the softplus output gate), shared expert, router, and norms stay high precision; the 256-routed-expert bulk carries 2-bit gate/up, 3-bit down, protected by activation-aware (AWQ) scales chosen by measured quantization error against a no-AWQ baseline (0.2% lower reconstruction error at this bit width).
Bundle
Measured (M5 Max, 128 GB, greedy, wired)
Chat / reasoning
- GLM-style think tags;
enable_thinkingtoggles reasoning (vendor serving default is ON (stamped injang_config.chat); the template's own fallback is off, so passenable_thinking=Trueexplicitly if your runtime ignores bundle defaults) - The FULL chat template is inlined in
tokenizer_config.json(upstream ships only an{% include %}stub that most runtimes cannot resolve — inlining is what makes the reasoning toggle actually work) - Stop tokens
eos_token_id = [2, 24]— id 24 is end-of-turn and must be in the stop set - Template emits its own leading
〈|EOS|〉(bos 2): do not prepend another - Tool calls:
<tool_call>name<arg_key>k</arg_key><arg_value>v</arg_value></tool_call> - Vendor sampling: temperature 1.0, topp 1.0, topk 20
Loaders must honor the per-module {bits, group_size, mode} overrides in config.json[quantization].
Quantized and verified by Jinho Jang (eric@osaurus.ai). License: OpenMDW-1.1 (inherited).
