From 805a12f5ae824f688791864adaa7589cd5741eee Mon Sep 17 00:00:00 2001 From: Ze-Yi LIN <58305964+Zeyi-Lin@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:08:55 +0800 Subject: [PATCH] docs: report_to add swanlab (#3158) --- ...\221\275\344\273\244\350\241\214\345\217\202\346\225\260.md" | 2 +- docs/source_en/Instruction/Command-line-parameters.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/docs/source/Instruction/\345\221\275\344\273\244\350\241\214\345\217\202\346\225\260.md" "b/docs/source/Instruction/\345\221\275\344\273\244\350\241\214\345\217\202\346\225\260.md" index 7f70826fd..972f9087b 100644 --- "a/docs/source/Instruction/\345\221\275\344\273\244\350\241\214\345\217\202\346\225\260.md" +++ "b/docs/source/Instruction/\345\221\275\344\273\244\350\241\214\345\217\202\346\225\260.md" @@ -111,7 +111,7 @@ - lr_scheduler_type: lr_scheduler类型,默认为'cosine' - lr_scheduler_kwargs: lr_scheduler其他参数。默认为None - 🔥gradient_checkpointing_kwargs: 传入`torch.utils.checkpoint`中的参数。例如设置为`--gradient_checkpointing_kwargs '{"use_reentrant": false}'`。默认为None -- report_to: 默认值为`tensorboard`。你也可以指定`--report_to tensorboard wandb`、`--report_to all` +- report_to: 默认值为`tensorboard`。你也可以指定`--report_to tensorboard wandb swanlab`、`--report_to all` - logging_first_step: 是否记录第一个step的日志,默认为True - logging_steps: 日志打印间隔,默认为5 - predict_with_generate: 验证时使用生成式的方式,默认为False。 diff --git a/docs/source_en/Instruction/Command-line-parameters.md b/docs/source_en/Instruction/Command-line-parameters.md index 113a23ace..fa8f20bf8 100644 --- a/docs/source_en/Instruction/Command-line-parameters.md +++ b/docs/source_en/Instruction/Command-line-parameters.md @@ -115,7 +115,7 @@ This parameter list inherits from transformers `Seq2SeqTrainingArguments`, with - lr_scheduler_type: Type of lr_scheduler, defaults to 'cosine'. - lr_scheduler_kwargs: Other parameters for the lr_scheduler, defaults to None. - 🔥gradient_checkpointing_kwargs: Parameters for `torch.utils.checkpoint`. For example, set as `--gradient_checkpointing_kwargs '{"use_reentrant": false}'`. Defaults to None. -- report_to: Default value is `tensorboard`. You can also specify `--report_to tensorboard wandb` or `--report_to all`. +- report_to: Default value is `tensorboard`. You can also specify `--report_to tensorboard wandb swanlab` or `--report_to all`. - logging_first_step: Whether to log the first step, defaults to True. - logging_steps: Interval for logging, defaults to 5. - predict_with_generate: Whether to use generative method during validation, default is False.