Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
appvoid 
posted an update about 10 hours ago
Post
272
Random corporate secret of tonight:

Try overfitting a tiny model on billions of high-quality datapoints: you can't. You can do 100 epochs and see the model still improving.

You're welcome.

That is a useful reminder that training loss can keep falling long after a tiny model's useful capacity is saturated. A held-out split, contamination checks, and domain-level evaluations usually reveal the limit sooner than more epochs; otherwise “still improving” may only describe memorization.

In this post