More documentation

This commit is contained in:
Kevin Wu
2022-09-09 14:02:19 -07:00
parent 25bffb7a95
commit 14bc15f2f6

View File

@@ -125,7 +125,7 @@ def build_parser() -> argparse.ArgumentParser:
parser.add_argument(
"model",
type=str,
help="Path to model directory. Should contain training_args.json",
help="Path to model directory. Should contain training_args.json, config.json, and models folder at a minimum.",
)
parser.add_argument(
"--outdir", "-o", type=str, default=os.getcwd(), help="Path to output directory"