Skip to content

Commit 8fca916

Browse files
committed
fix typo
1 parent 8123342 commit 8fca916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ python3 data/dataset_creation.py \
7878
--output_dir ./data
7979
```
8080

81-
Note that the value of `raw_data_path` should be the same as `output_dir` from the previous step. Upon successful executing, two files named `train.csv` and `test.csv` will be saved in the directory specified in `output_dir`.
81+
Note that the value of `raw_data_path` should be the same as `output_dir` from the previous step. Upon successful exceution, two files named `train.csv` and `test.csv` will be saved in the directory specified in `output_dir`.
8282

8383
We included the training and test samples that we have used in our study, i.e. the ones sampled from the full dataset. The training samples are divided into 3 CSV files in `data/training` given Github's size restriction. To combine them into one file called `train.csv` you can use the following Unix command,
8484
```bash

0 commit comments

Comments
 (0)