When training a model, the key metrics to watch are training loss and validation loss. Loss tells us how far off the model's predictions are from the true answers. Lower loss means better learning.
Accuracy is also important if the task is classification. It shows the percentage of correct predictions.
We track these metrics each training step or epoch to see if the model is improving or stuck.