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
c1daf724
Unverified
Commit
c1daf724
authored
Jun 13, 2022
by
Saint
Committed by
GitHub
Jun 13, 2022
Browse files
Fixed documentation typo, parameter name is evaluation_strategy, not eval_strategy (#17669)
Co-authored-by:
Saint
<
saint@st-mini.local
>
parent
66336dc1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/transformers/training_args.py
src/transformers/training_args.py
+2
-2
No files found.
src/transformers/training_args.py
View file @
c1daf724
...
...
@@ -305,8 +305,8 @@ class TrainingArguments:
<Tip>
When set to `True`, the parameters `save_strategy` needs to be the same as `eval_strategy`, and in
the case
it is "steps", `save_steps` must be a round multiple of `eval_steps`.
When set to `True`, the parameters `save_strategy` needs to be the same as `eval
uation
_strategy`, and in
the case
it is "steps", `save_steps` must be a round multiple of `eval_steps`.
</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