You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,26 @@ If you plan to use this analysis please cite the following items:
25
25
}
26
26
```
27
27
28
+
## Download the data with training, validation, and test splits
29
+
30
+
You can use the training, validation, and test splits `data_with_train_dev_test_split.txt.gz` as used in the paper by downloading the data in the data folder:
31
+
32
+
```
33
+
$ ls -ltrh data/
34
+
total 11M
35
+
-rw-rw-r-- 1 smishra8 is-sailgroup 5.1M May 16 04:26 joined_data_all.txt.gz
36
+
-rw-rw-r-- 1 smishra8 is-sailgroup 5.1M May 16 04:48 data_with_train_dev_test_split.txt.gz
0 commit comments