Shivanandroy / simpleT5

simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train your T5 models.
MIT License
382 stars 61 forks source link

Push finished model #44

Open peregilk opened 1 year ago

peregilk commented 1 year ago

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.

info2000 commented 1 year ago

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

peregilk commented 1 year ago

Good idea. Thanks.