TaehyunKimMotif commited on
Commit
77b27e9
·
verified ·
1 Parent(s): 1268c57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -101,6 +101,9 @@ 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):
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.
 
101
 
102
  ## 5. Architecture
103
 
104
+ > [!NOTE]
105
+ > The architecture and distributed training framework used for Motif 3 are available at [MotifTechnologies/motif3-training-example](https://github.com/MotifTechnologies/motif3-training-example).
106
+
107
  Motif 3 is a fully in-house design and introduces several custom components (full details in the technical report):
108
 
109
  - **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.