Question 6
What happens when a very large model is trained for many epochs on a relatively small dataset in the T5 scaling-law setting?
The performance continues to improve linearly with more training steps.
The performance degrades due to overfitting (memorization) of the training data.
The model automatically learns to augment the data, preventing overfitting.
The performance plateaus but does not degrade.