Skip to content

Commit 2510dc6

Browse files
authored
Update README.md
1 parent fb446ed commit 2510dc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Then run init.sh in order to install necessary packages:
1717
./init.sh
1818
```
1919

20-
Then, remove unnecessary files and split the data before preprocessing it:
20+
The data should be found in raw_data. raw_data should contain repositories with .ts files.
21+
Remove unnecessary files and split the data before preprocessing it:
2122
```bash
2223
find raw_data ! -name '*.ts' -type f -exec rm -f {} +
2324
scripts/splitData.sh raw_data 80

0 commit comments

Comments
 (0)