Skip to content

Commit

Permalink
doc: highlight preparation explaination
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-nccu committed Dec 27, 2024
1 parent ddc1d28 commit 734875b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ pip install -r ./requirements.txt

## Preparation
> [!IMPORTANT]
> if zip files not in `./datasets/squad/` and `./datasets/hotpotqa/` folder.
> download the required squad and hotpotqa datasets by curl script
> if zip files not in `./datasets/squad/` and `./datasets/hotpotqa/` folder,
> download the required `squad` and `hotpotqa` datasets by curl script
> ```bash
> sh ./downloads.sh
> ```
> unzip the dataset zip file in datasets directory
> **unzip the dataset zip file** in datasets directory
> [!TIP]
> make sure the `train-v1.1.json` in `./datasets/squad` and `hotpot_train_v1.1.json` in `./datasets/hotpotqa`
Expand Down

0 comments on commit 734875b

Please sign in to comment.