Practice free →
HomeClaudeaifoundationstransformer_attention › Multi-head attention uses how many heads in the …

Multi-head attention uses how many heads in the base model?

AEight heads in parallel
BSixteen heads in parallel
CTwo heads in parallel
DFour heads in parallel
Answer & Solution
Correct answer: A. Eight heads in parallel
The paper uses h = 8 parallel heads. Each head operates on d_k = d_v = d_model / h = 64 dimensions, so total compute is similar to one full-dimensional head.
Solve this in the app — Claude practice & 24k+ MCQs →
Related questions