Unverified Commit fa6dce25 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Implement fixes for TrainingArguments doc (#15370)


Co-authored-by: default avatarosanseviero <osanseviero@gmail.com>
Co-authored-by: default avatarosanseviero <osanseviero@gmail.com>
parent ade7371a
......@@ -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}>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment