Cannot access to repo while fine tuning with Unsloth and SFT

#4
by Svngoku - opened

I'm facing this issue : Access to model lelapa/InkubaLM-0.4B is restricted. You must be authenticated to access it. - silently ignoring the lookup for the file config.json in lelapa/InkubaLM-0.4B.
warnings.warn(
/usr/local/lib/python3.10/dist-packages/peft/utils/save_and_load.py:218: UserWarning: Could not find a config file in lelapa/InkubaLM-0.4B - will assume that the vocabulary was not modified.
warnings.warn(
Screenshot 2024-08-31 at 19.45.27.png

While i'm doing fine-tuning using Unsloth. I have well specify the HG_TOKEN in the model and tokenizer phase. Do i need to add a token too for in SFTcode ?

Svngoku changed discussion title from Cannot access to repo while fine tuning with Unsloth to Cannot access to repo while fine tuning with Unsloth and SFT
Lelapa AI org

@Svngoku is this solved?

Hey @Atnafu , not yet, i still have the same issue
The error message is :

/usr/local/lib/python3.10/dist-packages/peft/utils/other.py:619: UserWarning: Unable to fetch remote file due to the following error 401 Client Error. (Request ID: Root=1-66ee9848-33da7ec03de9cdf53b092eb9;0749b44a-f495-484d-9e0a-3b585e45ae38)

Cannot access gated repo for url https://huggingface.co/lelapa/InkubaLM-0.4B/resolve/main/config.json.
Access to model lelapa/InkubaLM-0.4B is restricted. You must have access to it and be authenticated to access it. Please log in. - silently ignoring the lookup for the file config.json in lelapa/InkubaLM-0.4B.
  warnings.warn(
/usr/local/lib/python3.10/dist-packages/peft/utils/save_and_load.py:218: UserWarning: Could not find a config file in lelapa/InkubaLM-0.4B - will assume that the vocabulary was not modified.
  warnings.warn(
/usr/local/lib/python3.10/dist-packages/peft/utils/other.py:619: UserWarning: Unable to fetch remote file due to the following error 401 Client Error. (Request ID: Root=1-66ee9953-1febd5d36d4541194c30a2cd;909de8c4-808c-4cd4-ba9b-53ee822796f6)

Screenshot 2024-09-21 at 11.56.38.png

Sign up or log in to comment