fixed: name of executable was wrong
This commit is contained in:
parent
7fff8782e3
commit
1e9980e20a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Basic usage instructions:
|
||||||
wget https://github.com/brunoklein99/deep-learning-notes/blob/master/shakespeare.txt
|
wget https://github.com/brunoklein99/deep-learning-notes/blob/master/shakespeare.txt
|
||||||
|
|
||||||
# train
|
# train
|
||||||
../../train-text-from-scratch \
|
../../finetune \
|
||||||
--vocab-model ../models/ggml-vocab.bin \
|
--vocab-model ../models/ggml-vocab.bin \
|
||||||
--ctx 64 --embd 256 --head 8 --layer 16 \
|
--ctx 64 --embd 256 --head 8 --layer 16 \
|
||||||
--checkpoint-in chk-shakespeare-256x16.bin \
|
--checkpoint-in chk-shakespeare-256x16.bin \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue