Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,20 @@
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
emoji: 📈
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
emoji: 📈
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
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.
|