leejunhyeok commited on
Commit
a112f98
·
verified ·
1 Parent(s): 2ab4351

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -101,7 +101,7 @@ We report the absolute performance of the pretrained base checkpoint under the p
101
 
102
  ## 5. Architecture
103
 
104
- Motif 3 is a fully in-house design and introduces several custom components (full details in the technical report, to be updated):
105
 
106
  - **Grouped Differential Latent Attention (GDLA)** — integrates grouped differential attention (asymmetric signal/noise heads with a token-dependent differential coefficient) with the compressed KV latent of Multi-head Latent Attention, plus a query-dependent output gate. Retains the expressive attention dynamics of differential attention while substantially reducing KV-cache requirements.
107
  - **Expert-Specific PolyNorm** — replaces the SiLU gate with a learned polynomial normalization whose coefficients are learned independently per expert, reducing activation outliers while allowing each expert to specialize.
 
101
 
102
  ## 5. Architecture
103
 
104
+ Motif 3 is a fully in-house design and introduces several custom components (full details in the technical report):
105
 
106
  - **Grouped Differential Latent Attention (GDLA)** — integrates grouped differential attention (asymmetric signal/noise heads with a token-dependent differential coefficient) with the compressed KV latent of Multi-head Latent Attention, plus a query-dependent output gate. Retains the expressive attention dynamics of differential attention while substantially reducing KV-cache requirements.
107
  - **Expert-Specific PolyNorm** — replaces the SiLU gate with a learned polynomial normalization whose coefficients are learned independently per expert, reducing activation outliers while allowing each expert to specialize.