From 3440e30cb5e0709a62db5efa6c7d9d231704f7ae Mon Sep 17 00:00:00 2001 From: David Yang Date: Sat, 17 Jun 2023 08:15:05 +0800 Subject: [PATCH] Get raw text instead of page with html 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/train-text-from-scratch/README.md b/examples/train-text-from-scratch/README.md index 5344d1f52..726ec47c0 100644 --- a/examples/train-text-from-scratch/README.md +++ b/examples/train-text-from-scratch/README.md @@ -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 \