"Process status: sleeping" when finetuning

Hi, i am finetuning a model using AutoTrain on a T4 medium.

Everytime the process reach 33% i recieve the following warning and the process starts again from 0%. What could be happening?

33%|███▎      | 1842/5526 [21:21<41:22,  1.48it/s]/app/env/lib/python3.10/site-packages/transformers/generation/utils.py:1473: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use and modify the model generation configuration (see https://huggingface.co/docs/transformers/generation_strategies#default-text-generation-configuration )
  warnings.warn(
> INFO    Process status: sleeping

0%|          | 0/52 [00:00<?, ?it/s]> INFO    Process status: sleeping

Thanks in advance.

it seems like another status. maybe its pushing the model to the hub. total values in both progress bars are different. you can ignore “sleeping” status. that just means that training is running. wording is bad. will fix.

Thanks! It worked.