aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Yang <davidyang6us@gmail.com>2023-06-17 14:51:54 +0800
committerGitHub <noreply@github.com>2023-06-17 09:51:54 +0300
commit92f20d9942c86daeb78637bdad7296a572f4da28 (patch)
tree9b69632b63ed1ffa0a2452905d2c0ff21e32eff7 /examples
parentd411968e990c37f51328849c96a743dd78f3c3dd (diff)
train : get raw text instead of page with html (#1905)
We probably want to train using just the text of Shakespeare instead of the html of the page displaying his work.
Diffstat (limited to 'examples')
-rw-r--r--examples/train-text-from-scratch/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/train-text-from-scratch/README.md b/examples/train-text-from-scratch/README.md
index 5344d1f..726ec47 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 \