From b4fd53381f85de081816d02e615e041282db39c6 Mon Sep 17 00:00:00 2001 From: Zikang CHEN <65004114+Appointat@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:58:50 +0800 Subject: [PATCH] fix: update README for correct dataset script paths --- metagpt/ext/sela/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metagpt/ext/sela/README.md b/metagpt/ext/sela/README.md index 6fb47b42c..8e198f83c 100644 --- a/metagpt/ext/sela/README.md +++ b/metagpt/ext/sela/README.md @@ -12,9 +12,9 @@ You can either download the datasets from the link or prepare the datasets from - **Download Datasets:** [Dataset Link](https://drive.google.com/drive/folders/151FIZoLygkRfeJgSI9fNMiLsixh1mK0r?usp=sharing) - **Download and prepare datasets from scratch:** ```bash - cd data - python dataset.py --save_analysis_pool - python hf_data.py --save_analysis_pool + # cd to SELA + python data/dataset.py --save_analysis_pool + python data/hf_data.py --save_analysis_pool ``` ## 2. Configurations