fixed: model path was wrong

This commit is contained in:
daboe01 2023-06-14 14:26:07 +02:00
parent addd592828
commit 6f54ad042b

View file

@ -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 \