We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1da1f5 commit 96ceb0dCopy full SHA for 96ceb0d
notebooks/codesearchnet-opennmt.py
@@ -176,7 +176,7 @@ def main(args: Namespace) -> None:
176
if __name__ == "__main__":
177
parser = ArgumentParser(add_help=False)
178
parser.add_argument(
179
- "--data_dir",
+ "--data-dir",
180
type=str,
181
default="java/final/jsonl/test",
182
help="Path to the unziped input data (CodeSearchNet)",
0 commit comments