From 1ab9ec1b833937dddfc9401df6d9b6d277c8aff2 Mon Sep 17 00:00:00 2001 From: Gautam Kumar Date: Sat, 23 Mar 2024 23:51:02 -0700 Subject: [PATCH] Fixing eval path in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 92b5b07..31c0d57 100644 --- a/README.md +++ b/README.md @@ -131,10 +131,10 @@ Finally, to train on a single GPU simply run the `$ python train.py` script. Hav OpenAI GPT-2 checkpoints allow us to get some baselines in place for openwebtext. We can get the numbers as follows: ``` -$ python train.py eval_gpt2 -$ python train.py eval_gpt2_medium -$ python train.py eval_gpt2_large -$ python train.py eval_gpt2_xl +$ python train.py config/eval_gpt2.py +$ python train.py config/eval_gpt2_medium.py +$ python train.py config/eval_gpt2_large.py +$ python train.py config/eval_gpt2_xl.py ``` and observe the following losses on train and val: