C_AIG_2412 · Question #56
What are some use cases for fine-tuning of a model? Note: There are 2 correct answers to this question.
The correct answer is A. To introduce new knowledge to a model in a resource-efficient way D. To customize outputs for specific types of inputs. Fine-tuning adapts a pre-trained model on a domain-specific dataset, which efficiently injects new knowledge (A) without training from scratch - making it highly resource-efficient compared to pre-training. It also excels at customizing outputs for specific input types (D)…
Question
What are some use cases for fine-tuning of a model? Note: There are 2 correct answers to this question.
Options
- ATo introduce new knowledge to a model in a resource-efficient way
- BTo quickly create iterations on a new use case
- CTo sanitize model outputs
- DTo customize outputs for specific types of inputs
How the community answered
(18 responses)- A89% (16)
- B6% (1)
- C6% (1)
Explanation
Fine-tuning adapts a pre-trained model on a domain-specific dataset, which efficiently injects new knowledge (A) without training from scratch - making it highly resource-efficient compared to pre-training. It also excels at customizing outputs for specific input types (D), such as producing formal legal language, JSON-structured responses, or a particular tone for a given domain.
Why the distractors are wrong:
- B is incorrect because fine-tuning is slow and resource-intensive; rapid iteration on new use cases is better suited to prompt engineering.
- C is incorrect because output sanitization is a separate concern handled by content filters, RLHF/RLAIF alignment, or output validation layers - not fine-tuning itself.
Memory tip: Think of fine-tuning as "teaching old knowledge new tricks" - it's about what the model knows (new domain knowledge) and how it responds (output style/format), not about speed or safety filtering.
Topics
Community Discussion
No community discussion yet for this question.