Recall & Review
beginner
What is fine-tuning in the context of a custom QA model?
Fine-tuning means taking a pre-trained language model and training it a bit more on your specific question-answer data so it learns to answer questions better for your topic.
Click to reveal answer
beginner
Why do we use pre-trained models for fine-tuning instead of training from scratch?
Pre-trained models already know language basics from lots of text, so fine-tuning them on your data is faster, needs less data, and gives better results than starting fresh.
Click to reveal answer
beginner
What kind of data is needed to fine-tune a custom QA model?
You need pairs of questions and their correct answers, often with the context text where the answer is found, so the model learns to find and give the right answers.
Click to reveal answer
intermediate
How do we measure if a custom QA model is improving during fine-tuning?
We check metrics like accuracy or F1 score on a test set of questions and answers to see if the model gives more correct answers after training.
Click to reveal answer
beginner
What is the role of the context passage in a QA fine-tuning dataset?
The context passage is the text where the answer is found. The model learns to read this passage and pick the right answer to the question from it.
Click to reveal answer
What does fine-tuning a QA model usually require?
✗ Incorrect
Fine-tuning needs question-answer pairs with context so the model learns where to find answers.
Why is fine-tuning faster than training a QA model from scratch?
✗ Incorrect
Pre-trained models have learned language basics, so fine-tuning adjusts them quickly for your task.
Which metric is commonly used to evaluate QA model performance?
✗ Incorrect
F1 score measures how well the model finds correct answers balancing precision and recall.
What is the main goal of fine-tuning a QA model?
✗ Incorrect
Fine-tuning adapts the model to your data so it answers questions correctly.
Which part of the QA dataset helps the model locate the answer?
✗ Incorrect
The context passage contains the information where the answer is found.
Explain the process and purpose of fine-tuning a custom QA model.
Think about how a general language model learns to answer your specific questions better.
You got /4 concepts.
Describe the types of data and evaluation metrics used in fine-tuning a QA model.
Consider what the model needs to learn and how we check if it learned well.
You got /3 concepts.