varunrandery commited on
Commit
dfb0e0f
·
verified ·
1 Parent(s): 20ead7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -7,14 +7,20 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- # Poolside
 
 
11
 
12
  Welcome to the official Hugging Face organization for Poolside’s open models.
13
 
14
- *Visit our [research page](https://poolside.ai/research) to learn more about model building at Poolside.*
15
 
16
  ---
17
 
18
- ### Laguna XS.2
19
- * [Laguna XS.2](https://huggingface.co/poolside/Laguna-XS.2): Our first open-weight model: Laguna XS.2 (33B-A3B), designed for agentic coding and long-horizon work on a local machine. It uses Sliding Window Attention with per-head gating in 30 out of 40 layers for fast inference and low KV cache requirements.
20
- * [Laguna XS.2-base](https://huggingface.co/poolside/Laguna-XS.2-base): The base model for Laguna XS.2.
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ <p align="center">
11
+ <img alt="poolside-banner" src="https://poolside.ai/assets/laguna/poolside-banner.svg" width="800px">
12
+ </p>
13
 
14
  Welcome to the official Hugging Face organization for Poolside’s open models.
15
 
16
+ *Visit our [models page](https://poolside.ai/models) to learn more about model building at Poolside.*
17
 
18
  ---
19
 
20
+ ## Laguna XS.2
21
+
22
+ [Our first open-weight model](https://huggingface.co/poolside/Laguna-XS.2): Laguna XS.2 (33B-A3B), designed for agentic coding and long-horizon work on a local machine. It uses Sliding Window Attention with per-head gating in 30 out of 40 layers for fast inference and low KV cache requirements.
23
+
24
+ *[Release blog post](https://poolside.ai/blog/laguna-a-deeper-dive)*.
25
+
26
+ ---