Issue contributing
I'm trying to contribute some epochs and I'm getting this error:
Epoch 36 | Train Loss: 3.2369
Epoch 36 | Val Loss: 5.3833
Uploading weights to Hub...
Upload failed: 401 Client Error. (Request ID: Root=1-68af5cc3-731e47a8341e14b3414d1f83;031efca0-7b6e-480a-919a-719ced47cac3)
Repository Not Found for url: https://huggingface.co/api/models/SofiTesfay2010/HRM-LLM/preupload/main.
Please make sure you specified the correct repo_id and repo_type.
If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication
Invalid username or password.
Note: Creating a commit assumes that the repo already exists on the Huggingface Hub. Please use create_repo if it's not the case.
Training complete.
Is there anything I'm missing?
Hi @daedalus2027 ,
Thanks for reporting! The 401 error is happening because your Hugging Face token either:
Doesn’t have write access to my repo, or Hasn’t been correctly set in your Colab session.
To contribute epochs / upload weights, you’ll need to:
Use your own Hugging Face account with access to this repo (I can add you as a collaborator if needed).
Make sure HF_TOKEN is correctly set in Colab