Epochs and Overfitting
Easy100 pts0 solves
Your fine-tuned model achieves 99% accuracy on training data but performs poorly on new inputs. You trained for too many epochs.
What is happening?
Flag format: CONGRESS{problem_in_snake_case}
Hint
The model memorized the training examples instead of learning general patterns.