Ramon Gougis commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ tags:
|
|
| 23 |
|
| 24 |
# WaveletLM
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
**Full code, training details, ablations, and documentation:**
|
| 29 |
[github.com/ramongougis/WaveletLM](https://github.com/ramongougis/WaveletLM)
|
|
|
|
| 23 |
|
| 24 |
# WaveletLM
|
| 25 |
|
| 26 |
+
WaveletLM is a fully causal, attention-free language model that mixes tokens through learned lifting wavelet decomposition, a Fast Walsh-Hadamard Transform, per-scale gated spectral mixing with SwiGLU activation, an inverse FWHT, and wavelet reconstruction. Combined with expanded MLPs and sparse product-key memory, this yields an architecture with no attention and O(n log n) scaling in sequence length.
|
| 27 |
|
| 28 |
**Full code, training details, ablations, and documentation:**
|
| 29 |
[github.com/ramongougis/WaveletLM](https://github.com/ramongougis/WaveletLM)
|