Skip to content

Commit 9755682

Browse files
authored
Merge pull request karpathy#463 from goswamig/test1
Fixing eval path in README
2 parents 7c7e627 + 3ab86ce commit 9755682

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ Finally, to train on a single GPU simply run the `python train.py` script. Have
131131
OpenAI GPT-2 checkpoints allow us to get some baselines in place for openwebtext. We can get the numbers as follows:
132132

133133
```sh
134-
python train.py eval_gpt2
135-
python train.py eval_gpt2_medium
136-
python train.py eval_gpt2_large
137-
python train.py eval_gpt2_xl
134+
$ python train.py config/eval_gpt2.py
135+
$ python train.py config/eval_gpt2_medium.py
136+
$ python train.py config/eval_gpt2_large.py
137+
$ python train.py config/eval_gpt2_xl.py
138138
```
139139

140140
and observe the following losses on train and val:

0 commit comments

Comments
 (0)