Shivanandroy / simpleT5

simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train your T5 models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Push finished model

peregilk opened this issue · comments

commented

Is there a way of automatically pushing the checkpoints to the HuggingFace hub? I am running this mainly in Colab. Works great but often the Colab has timed out, and the checkpoints are lost.

connect colab with your google drive account, and set the output folder to a google drive folder, so you don't lose the checkpoints

commented

Good idea. Thanks.