diff --git a/src/transformers/training_args.py b/src/transformers/training_args.py index 9d3e89ba3b81..fdd473480b7f 100644 --- a/src/transformers/training_args.py +++ b/src/transformers/training_args.py @@ -367,8 +367,8 @@ class TrainingArguments: push_to_hub (`bool`, *optional*, defaults to `False`): Whether or not to push the model to the Hub every time the model is saved. If this is activated, `output_dir` will begin a git directory synced with the the repo (determined by `hub_model_id`) and the - content will be pushed each time a save is triggered (depneding on your `save_strategy`). Calling - [`~Trainer.save_model`] will also trigger a push + content will be pushed each time a save is triggered (depending on your `save_strategy`). Calling + [`~Trainer.save_model`] will also trigger a push.