From 5f4b793e0463bcefd930d67886cc466074e68f4f Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Wed, 7 May 2025 18:23:11 +0800 Subject: [PATCH] [docs] add GraphGen (#7974) --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a08e36a1..7e9dd1d3 100644 --- a/README.md +++ b/README.md @@ -596,7 +596,7 @@ Please refer to [data/README.md](data/README.md) for checking the details about > [!NOTE] > Please update `data/dataset_info.json` to use your custom dataset. -You can also use **[Easy Dataset](https://github.com/ConardLi/easy-dataset)** to create synthetic data for fine-tuning. +You can also use **[Easy Dataset](https://github.com/ConardLi/easy-dataset)** or **[GraphGen](https://github.com/open-sciencelab/GraphGen)** to create synthetic data for fine-tuning. ### Quickstart diff --git a/README_zh.md b/README_zh.md index f4c1b671..8662d82e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -584,7 +584,7 @@ pip install . > [!NOTE] > 使用自定义数据集时,请更新 `data/dataset_info.json` 文件。 -您也可以使用 **[Easy Dataset](https://github.com/ConardLi/easy-dataset)** 构建用于微调的合成数据。 +您也可以使用 **[Easy Dataset](https://github.com/ConardLi/easy-dataset)** 或 **[GraphGen](https://github.com/open-sciencelab/GraphGen)** 构建用于微调的合成数据。 ### 快速开始