Model

#2
by srwill - opened

Unfortunately, I was not able to create a model using these weights. Can you upload the model instead of the diff?

Sorry to hear that. I am unable to directly share the finetuned model due to potential license restrictions with LLaMA. If it changes, I will notify you. In the meantime, if you can provide more details about the error, I could try to help.

Alternatively, I have just tried to use huggyllama/llama-7b as the original_llama_path in the script that I've shared. It worked fine in my case, so maybe you can also try that.

That's exactly what I used to merge. I used your script from the card. But I replaced the paths in lines 5, 14 and 15 with local paths, since I downloaded the llama and diff weights first. Should the diff weights in this case also be replaced by the model weights?
The fact is that my merge was complete, but for some reason the model answered nonsense. So I concluded that I had failed. Or should I not replace the paths in the script with local ones?

Sign up or log in to comment