We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
share_strategy="no"
1 parent 367b2e8 commit 8a20a7bCopy full SHA for 8a20a7b
docs/config.qmd
@@ -290,7 +290,7 @@ lr_quadratic_warmup:
290
logging_steps:
291
eval_steps: # Leave empty to eval at each epoch, integers for every N steps. decimal for fraction of total steps
292
evals_per_epoch: # number of times per epoch to run evals, mutually exclusive with eval_steps
293
-save_strategy: # Set to `no` to skip checkpoint saves
+save_strategy: # Set to `"no"` to skip checkpoint saves
294
save_steps: # Leave empty to save at each epoch
295
saves_per_epoch: # number of times per epoch to save a checkpoint, mutually exclusive with save_steps
296
save_total_limit: # Checkpoints saved at a time
0 commit comments