tloen / alpaca-lora

Instruct-tune LLaMA on consumer hardware
Apache License 2.0
18.68k stars 2.22k forks source link

decapoda-research/llama-7b-hf is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' #625

Open Aekansh-Ak opened 8 months ago

Aekansh-Ak commented 8 months ago

decapoda-research/llama-7b-hf is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'

jkloveg commented 8 months ago

Maybe you need to download the original llama model and then convert it to hf format

yakovchenk0 commented 6 months ago

Try to use --base_model 'baffo32/decapoda-research-llama-7B-hf'. The base-model path has changed over time.

If you wanna check more base models, just go here https://huggingface.co/models and copy the relative path to the model. In this case, https://huggingface.co/baffo32/decapoda-research-llama-7B-hf is the one desired, so we just put --base_model 'baffo32/decapoda-research-llama-7B-hf' and this should work just fine :)