help="The path to the output file where the result metrics will be saved. If the path is a directory and log_samples is true, the results will be saved in the directory. Else the parent directory will be used.",
)
parser.add_argument(
parser.add_argument(
"--limit",
"--limit",
type=float,
type=float,
...
@@ -38,12 +58,30 @@ def parse_args():
...
@@ -38,12 +58,30 @@ def parse_args():
help="Limit the number of examples per task. "
help="Limit the number of examples per task. "
"If <1, limit is a percentage of the total number of examples.",
"If <1, limit is a percentage of the total number of examples.",