Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Megatron-LM
Commits
93ab4bea
Commit
93ab4bea
authored
Sep 12, 2019
by
Raul Puri
Committed by
Mohammad Shoeybi
Sep 12, 2019
Browse files
added missing valid-data line (#9)
parent
2ef23675
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
scripts/run_gpt2_eval.py
scripts/run_gpt2_eval.py
+1
-0
No files found.
scripts/run_gpt2_eval.py
View file @
93ab4bea
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment