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 ade7371 commit fa6dce2Copy full SHA for fa6dce2
src/transformers/training_args.py
@@ -367,8 +367,8 @@ class TrainingArguments:
367
push_to_hub (`bool`, *optional*, defaults to `False`):
368
Whether or not to push the model to the Hub every time the model is saved. If this is activated,
369
`output_dir` will begin a git directory synced with the the repo (determined by `hub_model_id`) and the
370
- content will be pushed each time a save is triggered (depneding on your `save_strategy`). Calling
371
- [`~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.
372
373
<Tip warning={true}>
374
0 commit comments