diff --git a/examples/train-text-from-scratch/README.md b/examples/train-text-from-scratch/README.md index c51d01604..02200e68d 100644 --- a/examples/train-text-from-scratch/README.md +++ b/examples/train-text-from-scratch/README.md @@ -7,7 +7,7 @@ Basic usage instructions: wget https://github.com/brunoklein99/deep-learning-notes/blob/master/shakespeare.txt # train -../../train-text-from-scratch \ +../../finetune \ --vocab-model ../models/ggml-vocab.bin \ --ctx 64 --embd 256 --head 8 --layer 16 \ --checkpoint-in chk-shakespeare-256x16.bin \