Update examples/train-text-from-scratch/README.md

This commit is contained in:
Georgi Gerganov 2023-06-15 20:41:58 +03:00 committed by GitHub
parent 23710144dc
commit 9a60bbe8de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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