Question 1easy
In the standard decision ladder, which order should you try tools in?
Question 2easy
What does supervised fine-tuning (SFT) primarily change?
Question 3easy
The clearest one-line rule for RAG vs. fine-tuning is:
Question 4medium
A team wants the model to always use their company's current, frequently-changing pricing. Best tool?
Question 5medium
What is LoRA (Low-Rank Adaptation)?
Question 6medium
Which are advantages of LoRA/PEFT over full fine-tuning? (Select all that apply)
Question 7medium
What file format do hosted fine-tuning APIs expect for training data?
Question 8medium
Which most improves fine-tuning results?
Question 9hard
What is 'catastrophic forgetting' in the context of fine-tuning?
Question 10hard
Which are POOR fits for fine-tuning? (Select all that apply)
Question 11hard
You have an expensive model that behaves well on a narrow task and want a cheaper model to imitate it. What is this called?
Question 12medium
Why keep a held-out validation split when fine-tuning?
Question 13medium
Name the parameter-efficient fine-tuning technique that trains small low-rank adapters while freezing the base weights (acronym is fine).
Question 14hard
In one word: does fine-tuning change a model's knowledge or its behavior?