mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Implement fixes for TrainingArguments doc (#15370)
Co-authored-by: osanseviero <osanseviero@gmail.com> Co-authored-by: osanseviero <osanseviero@gmail.com>
This commit is contained in:
parent
ade7371a41
commit
fa6dce250f
@ -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}>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user