Commit 93ab4bea authored by Raul Puri's avatar Raul Puri Committed by Mohammad Shoeybi
Browse files

added missing valid-data line (#9)

parent 2ef23675
...@@ -79,6 +79,7 @@ elif args.webtext_eval: ...@@ -79,6 +79,7 @@ elif args.webtext_eval:
CMD = 'pretrain_gpt2.py' + CMD CMD = 'pretrain_gpt2.py' + CMD
print('Running Webtext Eval Command:', flush=True) print('Running Webtext Eval Command:', flush=True)
else: else:
CMD += ' --valid-data {} '.format(args.data_path)
CMD = 'evaluate_gpt2.py' + CMD CMD = 'evaluate_gpt2.py' + CMD
print('Running PPL Eval Command:', flush=True) print('Running PPL Eval Command:', flush=True)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment