]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
train : get raw text instead of page with html (#1905)
authorDavid Yang <redacted>
Sat, 17 Jun 2023 06:51:54 +0000 (14:51 +0800)
committerGitHub <redacted>
Sat, 17 Jun 2023 06:51:54 +0000 (09:51 +0300)
We probably want to train using just the text of Shakespeare instead of the html of the page displaying his work.

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

index 5344d1f522a57bc3550c8434907cebbbb52e0bfb..726ec47c0ce4f90d1a99d7a8ba3ee85c096a179a 100644 (file)
@@ -4,7 +4,7 @@ Basic usage instructions:
 
 ```bash
 # get training data
-wget https://github.com/brunoklein99/deep-learning-notes/blob/master/shakespeare.txt
+wget https://raw.githubusercontent.com/brunoklein99/deep-learning-notes/master/shakespeare.txt
 
 # train
 ./bin/train-text-from-scratch \