Relevant code for the progressbar displayed while training using huggingface transformers

Hi everyone,

When I set logging_steps to some non zero value, while training we get to see this progressbar output:

Can someone point me to the relevant code for this part in the huggingface transformers github? I would love to implement something similar for all my pytorch training loops.

Thanks.