Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Fine-Tuning
/
Loss Masking
Loss Masking
Subtopic
15 questions
Questions tagged with Loss Masking — part of Fine-Tuning.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Why does completion-only loss usually outperform full-sequence loss on the same SFT data?
Multiple Choice
Medium
·
Qual 4.0
Spot the bug: chat-template code that drops the EOS from the labels.
Spot the Error
Medium
·
Qual 4.0
Walk through one training example for SFT'ing a single weather-tool call.
Short Answer
Medium
·
Qual 4.0
Should the system message contribute to the SFT loss?
Multiple Choice
Easy
·
Qual 4.0
Define supervised fine-tuning (SFT) in one breath.
Flashcard
Easy
·
Qual 4.0
`max_seq_len` controls one bound, what happens to examples that exceed it?
Flashcard
Easy
·
Qual 4.0
Which loss function does supervised fine-tuning actually minimize?
Multiple Choice
Easy
·
Qual 4.0
Why does dropping the EOS token from SFT labels produce a model that never stops generating?
Flashcard
Easy
·
Qual 4.0
DeepSeek-style reasoning distillation: what travels from teacher to student, and what gets cut from the loss?
Short Answer
Medium
·
Qual 4.0
DataCollator pads to max_length and sets attention_mask = ones: find what breaks
Spot the Error
Medium
·
Qual 4.0
A batch packs a causal LM with right-padded sequences and applies only the causal mask. Spot the mistake.
Spot the Error
Medium
·
Qual 4.0
Spot the error in this description of SFT loss masking
Spot the Error
Hard
·
Qual 4.0
Explain SFT's loss and the role of prompt-token masking
Short Answer
Medium
·
Qual 4.0
Spot the bug in this sequence-packing setup
Spot the Error
Hard
·
Qual 4.0
Spot the bug: a Llama-3 fine-tune that skips the end-of-turn token
Spot the Error
Hard
·
Qual 4.0