added missing python run statement

This commit is contained in:
Daniel Kleine 2024-05-14 12:17:09 +00:00
parent 88ee7793d4
commit 4bf268f398

View File

@ -17,7 +17,7 @@ The codes are using the 50k movie reviews from IMDb ([dataset source](https://ai
Run the following code to create the `train.csv`, `val.csv`, and `test.csv` datasets: Run the following code to create the `train.csv`, `val.csv`, and `test.csv` datasets:
```bash ```bash
download-prepare-dataset.py python download-prepare-dataset.py
``` ```