TaehyunKimMotif commited on
Commit
883d5c4
·
verified ·
1 Parent(s): ccceb1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -106,6 +106,9 @@ Motif 3 performs particularly well on **agentic and tool-oriented** benchmarks,
106
 
107
  ## 4. Architecture
108
 
 
 
 
109
  Motif 3 is a fully in-house design and introduces several custom components (full details in the technical report):
110
 
111
  - **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.
 
106
 
107
  ## 4. Architecture
108
 
109
+ > [!NOTE]
110
+ > The architecture and distributed training framework used for Motif 3 are available at [MotifTechnologies/motif3-training-example](https://github.com/MotifTechnologies/motif3-training-example).
111
+
112
  Motif 3 is a fully in-house design and introduces several custom components (full details in the technical report):
113
 
114
  - **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.