From 5edeb9b5a8ca9382a9e68530aeeb5f2f6e89c80d Mon Sep 17 00:00:00 2001 From: Cyzus Chi Date: Mon, 4 Nov 2024 16:46:09 +0800 Subject: [PATCH] update readme addressing the dataset download issues --- metagpt/ext/sela/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/metagpt/ext/sela/README.md b/metagpt/ext/sela/README.md index 6fb47b42c..0ad2dab3e 100644 --- a/metagpt/ext/sela/README.md +++ b/metagpt/ext/sela/README.md @@ -12,9 +12,8 @@ ## 1. Data Preparation - **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 + python data/dataset.py --save_analysis_pool + python data/hf_data.py --save_analysis_pool ``` ## 2. Configurations