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