You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to follow your notebook. But after trainer.train() and trainer.save_state() steps, I can't find where the LoRA is saved. I expect it should be in 'data/zephyr-7b-sft-lora' but I just found these files and I think they are not LoRA.
At inference step, I tried to load the trained model with LoRA, I got an error:
OSError: data[/zephyr-7b-sft-lora](http://localhost:8888/zephyr-7b-sft-lora) does not appear to have a file named config.json. Checkout 'https://huggingface.co/data/zephyr-7b-sft-lora/tree/None' for available files.
I do not know what's wrong. Can you help to resolve this problem?
Thanks
The text was updated successfully, but these errors were encountered:
vietvo89
changed the title
Supervised fine tuning (SFT) of an LLM using HuggingFace
Supervised fine tuning (SFT) of an LLM using HuggingFace, no availabel files for LoRA
Jul 30, 2024
Hi @NielsRogge
I tried to follow your notebook. But after
trainer.train()
andtrainer.save_state()
steps, I can't find where the LoRA is saved. I expect it should be in'data/zephyr-7b-sft-lora'
but I just found these files and I think they are not LoRA.At inference step, I tried to load the trained model with LoRA, I got an error:
I do not know what's wrong. Can you help to resolve this problem?
Thanks
The text was updated successfully, but these errors were encountered: