joerowell commited on
Commit
c5f3626
·
verified ·
1 Parent(s): e9df9a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -28,6 +28,11 @@ Laguna XS 2.1 is a 33B total parameter Mixture-of-Experts model with 3B activate
28
  > [!NOTE]
29
  > For more details on how we train, including on data automixing and async off-policy agent RL, check out our recent [technical report](https://poolside.ai/assets/laguna/laguna-m1-xs2-technical-report.pdf).
30
 
 
 
 
 
 
31
  ## Highlights
32
  - **Mixed SWA and global attention layout**: Laguna XS 2.1 uses sigmoid gating with per-layer rotary scales, enabling mixed SWA (Sliding Window Attention) and global attention layers in a 3:1 ratio (across 40 total layers)
33
  - **KV cache in FP8**: KV cache quantized to FP8, reducing memory per token
 
28
  > [!NOTE]
29
  > For more details on how we train, including on data automixing and async off-policy agent RL, check out our recent [technical report](https://poolside.ai/assets/laguna/laguna-m1-xs2-technical-report.pdf).
30
 
31
+ >[!NOTE]
32
+ >Laguna XS 2.1 is released under OpenMDW-1.1, a fully permissive license. Use it, modify it, and build commercial products on it. No permission required.
33
+ If you want more than the weights: production support, latency and cost optimization, or output indemnification, [talk to us](https://poolside.ai/contact?utm_source=hf&utm_medium=modelcard_cta).
34
+
35
+
36
  ## Highlights
37
  - **Mixed SWA and global attention layout**: Laguna XS 2.1 uses sigmoid gating with per-layer rotary scales, enabling mixed SWA (Sliding Window Attention) and global attention layers in a 3:1 ratio (across 40 total layers)
38
  - **KV cache in FP8**: KV cache quantized to FP8, reducing memory per token