mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00
Fixed documentation typo, parameter name is evaluation_strategy, not eval_strategy (#17669)
Co-authored-by: Saint <saint@st-mini.local>
This commit is contained in:
parent
66336dc183
commit
c1daf724ea
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user