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
gaoqiong
lm-evaluation-harness
Commits
fde2a1d5
Commit
fde2a1d5
authored
Nov 24, 2023
by
lintangsutawika
Browse files
update on args
parent
470059f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
lm_eval/__main__.py
lm_eval/__main__.py
+0
-3
No files found.
lm_eval/__main__.py
View file @
fde2a1d5
...
@@ -106,19 +106,16 @@ def parse_eval_args() -> argparse.Namespace:
...
@@ -106,19 +106,16 @@ def parse_eval_args() -> argparse.Namespace:
help
=
"Additional path to include if there are external tasks to include."
,
help
=
"Additional path to include if there are external tasks to include."
,
)
)
parser
.
add_argument
(
parser
.
add_argument
(
<<<<<<<
HEAD
:
main
.
py
"--gen_kwargs"
,
"--gen_kwargs"
,
default
=
""
,
default
=
""
,
help
=
(
help
=
(
"String arguments for model generation on greedy_until tasks,"
"String arguments for model generation on greedy_until tasks,"
" e.g. `temperature=0,top_k=0,top_p=0`"
" e.g. `temperature=0,top_k=0,top_p=0`"
)
)
=======
"--verbosity"
,
"--verbosity"
,
type
=
str
,
type
=
str
,
default
=
"INFO"
,
default
=
"INFO"
,
help
=
"Log error when tasks are not registered."
,
help
=
"Log error when tasks are not registered."
,
>>>>>>>
9
d030712672ad7893c3d112b91ee13aa94df320b
:
lm_eval
/
__main__
.
py
)
)
return
parser
.
parse_args
()
return
parser
.
parse_args
()
...
...
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