Question 18
Which of the following statements about fine-tuning strategies such as gradual unfreezing and multi-task learning in the context of the T5 model are correct?
In gradual unfreezing, layers are progressively unfrozen starting from the task-specific (top) layers toward the input (bottom) layers.
Multi-task learning in T5 typically improves performance uniformly across all tasks.
Multi-task pre-training (as used in T5) followed by task-specific fine-tuning often performs better than relying on multi-task learning alone.
Gradual unfreezing can help mitigate catastrophic forgetting of pre-trained representations during T5 fine-tuning.