Overfitting

Appears in 1 paper · 1 tutorial

Training error decreases, but test error increases.

As used in Paper 13 — Scaling Laws for Neural Language Models →

Training error decreases, but test error increases. This happens when a model is too large relative to its dataset. The scaling laws implicitly address overfitting by showing that large models trained on proportionally large datasets don't overfit.

As used in Fine-Tuning & Model Customization →

When the model memorizes training data instead of learning general patterns; good on train, bad on new data. (M03)