fixed: model path was wrong
This commit is contained in:
parent
addd592828
commit
6f54ad042b
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue