Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Attention Mechanism
/
Multi Head
Multi Head
Subtopic
15 questions
Questions tagged with Multi Head — part of Attention Mechanism.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Given Q of shape (B, n_heads, T, d_head), the per-head attention output before concatenation has shape ___.
Fill in Blank
Easy
·
Qual 4.0
Describe the W_O projection in multi-head attention, its shape and what it mixes.
Flashcard
Easy
·
Qual 4.0
Beyond shape preservation, name two things W_O does after head concat
Short Answer
Medium
·
Qual 4.0
Which config token names the count of parallel attention heads in a layer?
Flashcard
Easy
·
Qual 4.0
True or false: swapping a single-head attention layer for a 12-head one (same d_model) raises the parameter count.
Multiple Choice
Medium
·
Qual 4.0
Decode the acronym MHA in the transformer attention context.
Flashcard
Easy
·
Qual 4.0
Across which axes is the KV cache stored, per layer, per head, per batch?
Flashcard
Easy
·
Qual 4.0
Head-pruning studies report that many attention heads can be removed with negligible loss. Pick the correct interpretation.
Multiple Choice
Medium
·
Qual 4.0
Pick the formula that defines head_dim from hidden_size and num_heads.
Multiple Choice
Easy
·
Qual 4.0
Modern 7B-class LLMs, fill in typical head counts and the resulting per-head dimension
Fill in Blank
Easy
·
Qual 4.0
Walk through how a token's d_model embedding is split into per-head pieces inside multi-head attention.
Multiple Choice
Easy
·
Qual 4.0
Define a single attention head, what does one head actually own and produce?
Flashcard
Easy
·
Qual 4.0
Why does multi-head attention outperform a single large attention head?
Short Answer
Hard
·
Qual 4.0
What does multi-head attention give you that a single attention head with the same total parameters cannot?
Multiple Choice
Medium
·
Qual 4.0
True or false: switching from 1-head to 12-head attention at the same d_model increases total parameter count.
Multiple Choice
Medium
·
Qual 4.0