0
0
Prompt Engineering / GenAIml~5 mins

Why fine-tuning adapts models to domains in Prompt Engineering / GenAI - Quick Recap

Choose your learning style9 modes available
Recall & Review
beginner
What is fine-tuning in machine learning?
Fine-tuning is the process of taking a pre-trained model and training it a bit more on a specific dataset to make it better at a particular task or domain.
Click to reveal answer
beginner
Why do we fine-tune models instead of training from scratch?
Fine-tuning saves time and resources because the model already knows general patterns. It just needs small adjustments to work well in a new domain.
Click to reveal answer
intermediate
How does fine-tuning help a model adapt to a new domain?
Fine-tuning adjusts the model’s knowledge to focus on the specific language, style, or data patterns of the new domain, improving accuracy and relevance.
Click to reveal answer
beginner
What happens if you don’t fine-tune a model for a specific domain?
The model might give less accurate or less relevant results because it only understands general information, not the special details of the new domain.
Click to reveal answer
advanced
Can fine-tuning cause a model to forget what it learned before? What is this called?
Yes, if done too much, fine-tuning can cause the model to forget previous knowledge. This is called "catastrophic forgetting." Careful training helps avoid this.
Click to reveal answer
What is the main goal of fine-tuning a pre-trained model?
ATo adapt the model to perform better on a specific domain
BTo make the model larger and slower
CTo erase all previous knowledge from the model
DTo train the model from zero without any prior data
Why is fine-tuning more efficient than training a model from scratch?
ABecause it always produces perfect results
BBecause it ignores previous training completely
CBecause it requires more computing power
DBecause it uses less data and less time by building on existing knowledge
What risk can happen if fine-tuning is done too aggressively?
AThe model will stop working completely
BThe model will become too general
CThe model may forget previous knowledge (catastrophic forgetting)
DThe model will become slower but more accurate
Which of these is NOT a reason to fine-tune a model?
ATo improve performance on a specific domain
BTo reduce the model size drastically
CTo adjust to new data styles or language
DTo increase relevance of predictions
What kind of data is used during fine-tuning?
AData specific to the target domain
BRandom unrelated data
COnly the original training data
DNo data is used during fine-tuning
Explain in your own words why fine-tuning helps a model perform better in a new domain.
Think about how learning a new skill builds on what you already know.
You got /4 concepts.
    Describe what could happen if a model is fine-tuned too much on a small dataset.
    Consider what happens if you focus too much on one thing and forget others.
    You got /4 concepts.