Using autotrain locally the used model is downloaded and stored in .cache\huggingface\hub\modelxyz\ as an ashampoo iso file.
The training works but when “push_to_hub” the pytorch_model_xxx.bin files are missing and the config.json as well. What did I do wrong?
you saved only the adapter. use --merge-adapter
arg to save the full model, else merge them manually after training
Thank you! I will try !
stuck while loading “checkpoint shards” and end without any error message. Nothing was uploaded.
@JvManger , I am also facing the issue like yours . While training it is working but --push_to_hub is saying that Token must be specified for push to hub
. I am successfully logged in to hugging face by my cli virtual env .
@abhishek , Is there any other parameters I am missing where the token should be explicitly mention in the command ?
token needs to be specified by --token argument