Meaning of the outputted numbers whilst fitting?

When running learn.fit() or learn.fit_one_cycle(), the following is display in jupyter:

From my understanding the first 2 numbers are the number of batches completed out of the total.

The middle is the time taken for all the batches so far and the predicted time remaining.

But what is the last number?

Training or validation loss, depending on which stage it’s in.