From 9e0ec3831f981e2dff3cd69a7e65c5a3707e8138 Mon Sep 17 00:00:00 2001 From: hiyouga <467089858@qq.com> Date: Mon, 17 Jun 2024 18:47:24 +0800 Subject: [PATCH] update readme Former-commit-id: fcb2e8e7b7b79915af24c4e3264b579b3649ea90 --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb9a7222..60045118 100644 --- a/README.md +++ b/README.md @@ -481,7 +481,7 @@ Train the model by specifying a model ID of the ModelScope Hub as the `model_nam ### Use W&B Logger -To use [Weights & Biases](https://wandb.ai) for logging experimental results, you need to add the following arguments. +To use [Weights & Biases](https://wandb.ai) for logging experimental results, you need to add the following arguments to yaml files. ```yaml report_to: wandb diff --git a/README_zh.md b/README_zh.md index 5c005f30..fc824561 100644 --- a/README_zh.md +++ b/README_zh.md @@ -481,7 +481,7 @@ export USE_MODELSCOPE_HUB=1 # Windows 使用 `set USE_MODELSCOPE_HUB=1` ### 使用 W&B 面板 -若要使用 [Weights & Biases](https://wandb.ai) 记录实验数据,请添加下面的参数。 +若要使用 [Weights & Biases](https://wandb.ai) 记录实验数据,请在 yaml 文件中添加下面的参数。 ```yaml report_to: wandb