Ramon Gougis commited on
Commit
36e6031
·
verified ·
1 Parent(s): d156b68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ tags:
23
 
24
  # WaveletLM
25
 
26
- A fully causal, attention-free language model that mixes tokens through learned lifting wavelet decomposition, FWHT, per-scale gated spectral mixing, 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)
 
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)