We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb446ed commit 2510dc6Copy full SHA for 2510dc6
README.md
@@ -17,7 +17,8 @@ Then run init.sh in order to install necessary packages:
17
./init.sh
18
```
19
20
-Then, remove unnecessary files and split the data before preprocessing it:
+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:
22
```bash
23
find raw_data ! -name '*.ts' -type f -exec rm -f {} +
24
scripts/splitData.sh raw_data 80
0 commit comments