Skip to content

Commit 1ab9ec1

Browse files
committed
Fixing eval path in README
1 parent 325be85 commit 1ab9ec1

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. Hav
131131
OpenAI GPT-2 checkpoints allow us to get some baselines in place for openwebtext. We can get the numbers as follows:
132132

133133
```
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)