Skip to content

Commit

Permalink
lol copypasting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani committed Mar 8, 2024
1 parent 2aa2ea6 commit ce4a6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def main():
# Setup argparse
parser = argparse.ArgumentParser(description="Tokenization and labeling utility.")
parser = argparse.ArgumentParser(description="Train a delphi model")
config_arg_group = parser.add_argument_group("Config arguments")
for field in fields(GigaConfig):
config_arg_group.add_argument(
Expand Down

0 comments on commit ce4a6ca

Please sign in to comment.