Unverified Commit c430d6ea authored by Zizhao Chen's avatar Zizhao Chen Committed by GitHub
Browse files

[Docs] Fix bad doc: replace save with logging (#28855)

Fix bad doc: replace save with logging
parent 7b702836
......@@ -2421,9 +2421,9 @@ class TrainingArguments:
strategy (`str` or [`~trainer_utils.IntervalStrategy`], *optional*, defaults to `"steps"`):
The logging strategy to adopt during training. Possible values are:
- `"no"`: No save is done during training.
- `"epoch"`: Save is done at the end of each epoch.
- `"steps"`: Save is done every `save_steps`.
- `"no"`: No logging is done during training.
- `"epoch"`: Logging is done at the end of each epoch.
- `"steps"`: Logging is done every `logging_steps`.
steps (`int`, *optional*, defaults to 500):
Number of update steps between two logs if `strategy="steps"`.
......
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