Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Attention Mechanism
/
Transformers
Transformers
Subtopic
47 questions
Questions tagged with Transformers — part of Attention Mechanism.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Identify the attention-pattern difference between Mistral 7B and Llama-2 7B
Multiple Choice
Medium
·
Qual 4.0
Decode the acronym MHA in the transformer attention context.
Flashcard
Easy
·
Qual 4.0
Compare hidden_size, d_model, and embedding_dim, three names for the same thing or three different things?
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
Match GPT-2 versus Llama-2 attention design choices to their differences
Match Pairs
Medium
·
Qual 4.0
How does torch.nn.functional.scaled_dot_product_attention relate to FlashAttention?
Multiple Choice
Medium
·
Qual 4.0
Why is causal attention cheaper than full bidirectional at the same length?
Multiple Choice
Medium
·
Qual 4.0
Name two production KV-cache eviction policies and what each prioritizes
Short Answer
Medium
·
Qual 4.0
Encoder self-attention versus decoder self-attention, what is the single structural difference at the mask level?
Multiple Choice
Easy
·
Qual 4.0
Inside a T5-style encoder-decoder, which sub-layer reads the encoder outputs, and through which projection?
Multiple Choice
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
Where inside the attention sub-layer is dropout typically applied during training, and what does dropping there teach the model?
Short Answer
Medium
·
Qual 4.0
Walk through a T5 decoder block in order, list the attention sub-layers and what each one's Q, K, V read from.
Order Steps
Medium
·
Qual 4.0
Describe how continuous batching interacts with the KV cache
Short Answer
Medium
·
Qual 4.0
Identify the context vector inside scaled dot-product attention and what produces it.
Multiple Choice
Easy
·
Qual 4.0
Critique this claim about CLIP using cross-attention between towers
Spot the Error
Medium
·
Qual 4.0
What problem does chunked prefill solve in production LLM serving?
Multiple Choice
Medium
·
Qual 4.0
How does prefix KV-cache sharing reduce serving cost across requests?
Short Answer
Medium
·
Qual 4.0
Name the additive bias term in attention and the two things it most commonly carries.
Multiple Choice
Easy
·
Qual 4.0
Injecting noise into pre-softmax attention scores, goal and risk?
Multiple Choice
Medium
·
Qual 4.0
Contrast ALiBi's linear distance bias with RoPE's vector rotation, which one modifies scores additively, and which one modifies Q and K directly?
Multiple Choice
Medium
·
Qual 4.0
Showing 26–47 of 47
← Prev
Next →