Training Loss
Training loss is a score that tells the model how wrong its prediction was. During training, the goal is to reduce this score.
Guess the missing word, watch the loss
The model tries to fill in the blank. Each time you press Start Training, it learns a little and makes a better guess, so the loss meter drops.
The bars get shorter as it learns
As the model sees more examples, its guesses improve and the loss shrinks. Taller bar = more wrong.
As the model learns from more examples, its predictions can improve and the loss can become smaller.
Reading the score
Loss is just a number, but it maps neatly onto how close the guess was.
- • Training loss tells how wrong the model was.
- • Lower loss usually means better predictions.
- • Loss helps guide model learning.
- • Loss changes during training.
- • Low training loss does not always mean the model is perfect.
Training loss is like feedback for the model. It tells the model how far its prediction was from the expected answer, helping it improve during training.