Hi, I’m trying to push my model to HF hub via trainer.push_to_hub and I see that it is taking a lot of time. Is this the expected behaviour?
below are the o/p
Saving model checkpoint to xlm-roberta-base
Configuration saved in xlm-roberta-base/config.json
Model weights saved in xlm-roberta-base/pytorch_model.bin
tokenizer config file saved in xlm-roberta-base/tokenizer_config.json
Special tokens file saved in xlm-roberta-base/special_tokens_map.json
Several commits (2) will be pushed upstream.
The progress bars may be unreliable.
Thank you, I figured that the error occurs when I mount the drive(maybe that’s when push_to_hub causes an issue), now that I keep the data in collab itself, it’s no longer an issue.