Skip to content

Commit

Permalink
Implement fixes for TrainingArguments doc (#15370)
Browse files Browse the repository at this point in the history
Co-authored-by: osanseviero <[email protected]>

Co-authored-by: osanseviero <[email protected]>
  • Loading branch information
sgugger and osanseviero authored Jan 27, 2022
1 parent ade7371 commit fa6dce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transformers/training_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Tip warning={true}>
Expand Down

0 comments on commit fa6dce2

Please sign in to comment.