- Download 7B model alpaca model.
- Download client-side program for Windows, Linux or Mac
- Extract alpaca-win.zip
- Copy the previously downloaded ggml-alpaca-7b-q4.bin file into newly extracted alpaca-win folder
- Open command prompt and run
chat.exe
- Type questions you would want to ask an Alpaca.
Customize: chat --threads 4 --n_predict 512 --ctx_size 2048
Help: for more options. chat --help
Try Custom config for 15GB RAM system: chat -n 100000 -c 15000 -b 80000
Note: Real ChatGPT is a 175B model. Note: I have seen Alpaca models containing 30B or even 60B parameters. Note: Recently there were announcement about making a cleaner version of Alpaca dataset which might significantly reduce hallucinations.
Chatting on a Laptop: Legion Y520 | 15.6"
The datasets used by the original Alpaca AI
Also a link to original research paper of LLaMA