Model techniques map
Techniquesmodel architecturetoken mixersparse attentionsparse attention indexer

implementation detail · filed under model architecture

Single-head index key

Uses one shared index key head across all heads.

Also called single-head key for index branch, single-head K_idx.

source
1
model
1
lab adopt it
1
strongest
used

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 1

Documented in

Evidence

1 span quoted from the sources, strongest treatment first.

K_idx has only one head — all heads share the same index key.

usedmodel architecturein MiniMax-M3MiniMax

Filed alongside

Other methods under model architecture :: token mixer :: sparse attention :: sparse attention indexer.