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

Sign up or log in to comment