fix README.md

This commit is contained in:
xaedes 2023-09-02 16:11:31 +02:00
parent 6ee12b158b
commit cfe217f1ca
No known key found for this signature in database
GPG key ID: 30030EDD817EA2B1

View file

@ -11,7 +11,7 @@ wget https://raw.githubusercontent.com/brunoklein99/deep-learning-notes/master/s
--model-base open-llama-3b-v2-q8_0.gguf \
--checkpoint-in chk-lora-open-llama-3b-v2-q8_0-shakespeare-LATEST.gguf \
--checkpoint-out chk-lora-open-llama-3b-v2-q8_0-shakespeare-ITERATION.gguf \
--model-out lora-open-llama-3b-v2-q8_0-shakespeare-ITERATION.bin \
--lora-out lora-open-llama-3b-v2-q8_0-shakespeare-ITERATION.bin \
--train-data "shakespeare.txt" \
--save-every 10 \
--threads 6 --adam-iter 30 --batch 4 --ctx 64 \