Unverified Commit 64d1518c authored by Sai-Suraj-27's avatar Sai-Suraj-27 Committed by GitHub
Browse files

fix: Fixed the documentation for `logging_first_step` by removing "evaluate" (#28884)

Fixed the documentation for logging_first_step by removing evaluate.
parent 1c31b7aa
...@@ -265,7 +265,7 @@ class TrainingArguments: ...@@ -265,7 +265,7 @@ class TrainingArguments:
- `"steps"`: Logging is done every `logging_steps`. - `"steps"`: Logging is done every `logging_steps`.
logging_first_step (`bool`, *optional*, defaults to `False`): logging_first_step (`bool`, *optional*, defaults to `False`):
Whether to log and evaluate the first `global_step` or not. Whether to log the first `global_step` or not.
logging_steps (`int` or `float`, *optional*, defaults to 500): logging_steps (`int` or `float`, *optional*, defaults to 500):
Number of update steps between two logs if `logging_strategy="steps"`. Should be an integer or a float in Number of update steps between two logs if `logging_strategy="steps"`. Should be an integer or a float in
range `[0,1)`. If smaller than 1, will be interpreted as ratio of total training steps. range `[0,1)`. If smaller than 1, will be interpreted as ratio of total training 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