Update examples/train-text-from-scratch/README.md
This commit is contained in:
parent
23710144dc
commit
9a60bbe8de
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ 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 \
|
./bin/train-text-from-scratch \
|
||||||
--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 \
|
||||||
--checkpoint-out chk-shakespeare-256x16.bin \
|
--checkpoint-out chk-shakespeare-256x16.bin \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue