Trainer API not pushing checkpoints to HUB

I’m currently trying to fine to a Wisper model in google colab and saving the model checkpoint to the hub (since training takes very long), it seems to save the checkpoint locally in the notebook but not pushing anything to the hugging face Hub. what I’m currently doing is this in my training_args:

am I missing something?