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
fd97dabd
Commit
fd97dabd
authored
Dec 08, 2021
by
zihanl
Browse files
delete finetune-related arguments
parent
fda3d442
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
tasks/main.py
tasks/main.py
+0
-6
No files found.
tasks/main.py
View file @
fd97dabd
...
...
@@ -96,16 +96,10 @@ def get_tasks_args(parser):
help
=
'prompt type (knowledge or response)'
)
group
.
add_argument
(
'--num-prompt-examples'
,
type
=
int
,
default
=
10
,
help
=
'number of prompt examples'
)
group
.
add_argument
(
'--dynamic-prompt'
,
action
=
'store_true'
,
default
=
False
,
help
=
'using different prompts for different test samples'
)
group
.
add_argument
(
'--module'
,
type
=
str
,
default
=
""
,
help
=
'either knowledge generation (knowledge) or response generation (response)'
)
group
.
add_argument
(
'--guess-file'
,
type
=
str
,
default
=
""
,
help
=
'datapath for generated sentences'
)
group
.
add_argument
(
'--answer-file'
,
type
=
str
,
default
=
""
,
help
=
'datapath for golden sentences'
)
group
.
add_argument
(
'--spec-toks'
,
type
=
str
,
default
=
None
,
help
=
'additional special tokens'
)
group
.
add_argument
(
'--out-seq-length'
,
type
=
int
,
default
=
100
,
help
=
'output sequence length'
)
...
...
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