From c917c3e015c7e7e64ca4aac7ad1c6176405bbf6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=A6=E6=99=93=E7=8E=B2?= <3174348550@qq.com> Date: Fri, 29 Aug 2025 09:35:45 +0800 Subject: [PATCH] modify error anchors --- docs/mindformers/docs/source_en/feature/dataset.md | 2 +- docs/mindformers/docs/source_zh_cn/feature/dataset.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mindformers/docs/source_en/feature/dataset.md b/docs/mindformers/docs/source_en/feature/dataset.md index a232aa4d97..3fa24fb618 100644 --- a/docs/mindformers/docs/source_en/feature/dataset.md +++ b/docs/mindformers/docs/source_en/feature/dataset.md @@ -497,7 +497,7 @@ parallel: ] # *dp = data_parallel ``` -See [Megatron Dataset](#Megatron-dataset) for details on `parallel_speed_up_json_path`, `dataset_strategy`, etc. +See [Megatron Dataset](#megatron-dataset) for details on `parallel_speed_up_json_path`, `dataset_strategy`, etc. After modifying the configuration file, refer to the `qwen3` model documentation to initiate a fine-tuning task that loads offline data. diff --git a/docs/mindformers/docs/source_zh_cn/feature/dataset.md b/docs/mindformers/docs/source_zh_cn/feature/dataset.md index e4d7024957..b2d08a9624 100644 --- a/docs/mindformers/docs/source_zh_cn/feature/dataset.md +++ b/docs/mindformers/docs/source_zh_cn/feature/dataset.md @@ -486,7 +486,7 @@ parallel: ] # *dp = data_parallel ``` -`parallel_speed_up_json_path`、`dataset_strategy`等配置详情可参考[Megatron数据集](#Megatron数据集)章节。 +`parallel_speed_up_json_path`、`dataset_strategy`等配置详情可参考[Megatron数据集](#megatron数据集)章节。 修改配置文件后,即可参考`qwen3`模型文档拉起微调任务。 -- Gitee