diff --git a/trainer/trainer.py b/trainer/trainer.py index e28a607..1968dfe 100644 --- a/trainer/trainer.py +++ b/trainer/trainer.py @@ -241,7 +241,7 @@ class TrainerArgs(Coqpit): restore_path: str = field( default="", metadata={ - "help": "Path to a model checkpoit. Restore the model with the given checkpoint and start a new training." + "help": "Path to a model checkpoint. Restore the model with the given checkpoint and start a new training." }, ) best_path: str = field(