update readme addressing the dataset download issues

This commit is contained in:
Cyzus Chi 2024-11-04 16:46:09 +08:00
parent 045aa76b55
commit 5edeb9b5a8

View file

@ -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