Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
2fc9d8e9
"test/vscode:/vscode.git/clone" did not exist on "fc78640e00e39520fa7126789d23369d2f104d0c"
Unverified
Commit
2fc9d8e9
authored
Jun 24, 2024
by
Quentin Gallouédec
Committed by
GitHub
Jun 24, 2024
Browse files
Fix doc typo in `TrainingArguments` (#31503)
parent
2d482028
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/training_args.py
src/transformers/training_args.py
+1
-1
No files found.
src/transformers/training_args.py
View file @
2fc9d8e9
...
...
@@ -2742,7 +2742,7 @@ class TrainingArguments:
Calling this method will set `self.push_to_hub` to `True`, which means the `output_dir` will begin a git
directory synced with the repo (determined by `model_id`) and the content will be pushed each time a save is
triggered (depending on`self.save_strategy`). Calling [`~Trainer.save_model`] will also trigger a push.
triggered (depending on
your
`self.save_strategy`). Calling [`~Trainer.save_model`] will also trigger a push.
</Tip>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment