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(
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 SFT
code ?
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
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)