Views
No views yet
| Refusals (harmful eval) | 8 / 100 (baseline ~97 / 100) |
| KL divergence | ~0.0042 |
| Length deviation | ~0.07 σ |
| Generation health | PASSED |
| Selected trial | abliterix Trial 16 |
W += (B @ A) * (alpha / r) (this trial alpha = r = 1); per-layer top ~20 safety experts with router row scale ~0.74 (see merge metadata).| Architecture | Laguna MoE (poolside laguna) |
| Parameters | ~118B total, ~8B active / token |
| Layers | 48 (L0 dense FFN, L1–L47 MoE) |
| Experts | 256 routed + 1 shared, top-10 |
| Attention | GQA, 8 KV heads, head dim 128 |
| Context | Up to ~1,048,576 tokens (practical limit depends on VRAM / -c) |
| Vocab | 100,352 (Laguna family tokenizer) |
| Modality | Text → text (no mmproj in this package) |
| This repo | APEX I-Quality / I-Balanced / I-Compact / I-Mini GGUF |
I- tiers.Laguna-S-2.1-Uncensored BF16 GGUF; calibration laguna-s-2.1.imatrix; token embedding / output = BF16; routers and norms largely left at high precision defaults. Configs target Laguna 48-layer naming (ffn_*_exps / ffn_*_shexp / attn_*, L0 dense).| File | Size | Mid experts | Best for |
|---|---|---|---|
*-I-Quality.gguf | ~70 GB | edge Q6_K / near Q5_K / mid iq4_xs; shared Q8_0; attn Q6_K | Smaller high-quality try (IQ mid-layers) |
*-I-Balanced.gguf | ~80 GB | edge Q6_K / near & mid Q5_K; shared Q8_0; attn Q6_K | Recommended default for Chinese users — steadier than Compact / Mini |
*-I-Compact.gguf | ~52 GB | edge Q4_K / mid Q3_K; shared Q6_K; attn Q4_K | Tighter memory; more quant noise OK |
*-I-Mini.gguf | ~41 GB | edge Q3_K / near Q3_K / mid iq2_s; shared Q5_K→Q4_K; attn Q4_K / Q3_K | Smallest I-tier here; fits ~48–64 GB unified / VRAM budgets; highest quant noise |
laguna branch or equivalent).general.architecture = laguna.enable_thinking, reasoning options).special_eos_id is not in special_eog_ids are tokenizer metadata hints; the model can still load. If stop/truncation is odd, check stop / max_tokens / template.| General / coding | temperature 0.6–1.0, top_p 0.95, top_k 20 |
| More stable | Slightly lower temperature |
poolside/Laguna-S-2.1Laguna-S-2.1-Uncensored