Commit 75a38212 authored by Baber's avatar Baber
Browse files

nit

parent 7707b29a
...@@ -271,7 +271,7 @@ def setup_parser() -> argparse.ArgumentParser: ...@@ -271,7 +271,7 @@ def setup_parser() -> argparse.ArgumentParser:
"--metadata", "--metadata",
type=str, type=str,
default=None, default=None,
help="Comma separated string argument metadata to pass to task configs, for example max_context_len=4096,8192. Will be parsed as a dictionary with all values as lists.", help="Comma separated string argument metadata to pass to task configs, for example max_seq_lengths=4096,8192. Will be parsed as a dictionary with all values as tuples.",
) )
return parser return parser
......
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