Set 1 · Question 1 · Chapter 1
What is the main advantage of transfer learning for a multimodal associate-level project?
- It reduces adaptation time and compute compared with training from scratch
- It removes the need for evaluation entirely
- It guarantees zero hallucinations in production
- It allows every modality to share the same tokenizer
Show answer
Correct: It reduces adaptation time and compute compared with training from scratch
Transfer learning starts from useful pretrained representations, which lowers the cost and time needed for downstream adaptation.