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
b8d7d6c3
Commit
b8d7d6c3
authored
Oct 03, 2023
by
USVSN Sai Prashanth
Browse files
fix indentation
parent
ec5846d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
main.py
main.py
+4
-2
No files found.
main.py
View file @
b8d7d6c3
...
@@ -100,8 +100,10 @@ def parse_args() -> argparse.Namespace:
...
@@ -100,8 +100,10 @@ def parse_args() -> argparse.Namespace:
parser
.
add_argument
(
parser
.
add_argument
(
"--gen_kwargs"
,
"--gen_kwargs"
,
default
=
""
,
default
=
""
,
help
=
(
"String arguments for model generation on greedy_until tasks,"
help
=
(
" e.g. `temperature=0,top_k=0,top_p=0`"
)
"String arguments for model generation on greedy_until tasks,"
" e.g. `temperature=0,top_k=0,top_p=0`"
)
)
)
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