Unverified Commit c1daf724 authored by Saint's avatar Saint Committed by GitHub
Browse files

Fixed documentation typo, parameter name is evaluation_strategy, not eval_strategy (#17669)


Co-authored-by: default avatarSaint <saint@st-mini.local>
parent 66336dc1
......@@ -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 `evaluation_strategy`, and in
the case it is "steps", `save_steps` must be a round multiple of `eval_steps`.
</Tip>
......
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