Skip to content

Commit

Permalink
fix: update README for correct dataset script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Appointat committed Nov 16, 2024
1 parent 2b160f2 commit b4fd533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metagpt/ext/sela/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4fd533

Please sign in to comment.