link the technical companion from the card
Browse files
README.md
CHANGED
|
@@ -14,6 +14,8 @@ Attention is a write/read through the codebook cells; token-to-token
|
|
| 14 |
affinity is address *agreement* through a K-cell bottleneck — **linear in
|
| 15 |
sequence length**.
|
| 16 |
|
|
|
|
|
|
|
| 17 |
## Play with it
|
| 18 |
|
| 19 |
[`splat_attention.py`](./splat_attention.py) — one file, torch-only:
|
|
|
|
| 14 |
affinity is address *agreement* through a K-cell bottleneck — **linear in
|
| 15 |
sequence length**.
|
| 16 |
|
| 17 |
+
> 📄 **Technical companion:** [TECHNICAL.md](https://huggingface.co/AbstractPhil/aleph-splat-0/blob/main/TECHNICAL.md) — the full B1–B9 mathematical battery, the architecture, the training-collapse diagnosis and cure, and the speed matrix.
|
| 18 |
+
|
| 19 |
## Play with it
|
| 20 |
|
| 21 |
[`splat_attention.py`](./splat_attention.py) — one file, torch-only:
|