tatsu-lab / stanford_alpaca

Code and documentation to train Stanford's Alpaca models, and generate the data.
https://crfm.stanford.edu/2023/03/13/alpaca.html
Apache License 2.0
29.56k stars 4.06k forks source link

How to get the model #302

Open Guo-Chenxu opened 1 year ago

Guo-Chenxu commented 1 year ago

I want to use the alpaca-7b model, but it seems it doesn't provide the model. Based on my understanding, from the information provided, I need to first get the llama-7b model, and then I can convert it into the alpaca-7b model. Is my understanding correct?

image