Skip to content

Commit fa6dce2

Browse files
sguggerosanseviero
andauthored
Implement fixes for TrainingArguments doc (huggingface#15370)
Co-authored-by: osanseviero <osanseviero@gmail.com> Co-authored-by: osanseviero <osanseviero@gmail.com>
1 parent ade7371 commit fa6dce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/transformers/training_args.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ class TrainingArguments:
367367
push_to_hub (`bool`, *optional*, defaults to `False`):
368368
Whether or not to push the model to the Hub every time the model is saved. If this is activated,
369369
`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
370+
content will be pushed each time a save is triggered (depending on your `save_strategy`). Calling
371+
[`~Trainer.save_model`] will also trigger a push.
372372
373373
<Tip warning={true}>
374374

0 commit comments

Comments
 (0)