Datasets:

Modalities:
Text
Formats:
text
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
zdy023 commited on
Commit
554dcea
1 Parent(s): acee9ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -39,7 +39,16 @@ are expected to be assigned in the script:
39
  `wikihow.data.tar.xz`)
40
 
41
  All the data in need are offered in `wikihow.data.tar.xz`. (The archive is
42
- about 78 GiB. And the decompressed data are about 88 GiB.)
 
 
 
 
 
 
 
 
 
43
 
44
  To run the script:
45
 
 
39
  `wikihow.data.tar.xz`)
40
 
41
  All the data in need are offered in `wikihow.data.tar.xz`. (The archive is
42
+ about 78 GiB. And the decompressed data are about 88 GiB.) The archive is split
43
+ into two pieces (`wikihow.data.tar.xz.00` and `wikihow.data.tar.xz.01`). You
44
+ can use `cat` to concatenate them:
45
+
46
+ ```sh
47
+ cat wikihow.data.tar.xz.00 wikihow.data.tar.xz.01 >wikihow.data.tar.xz
48
+ ```
49
+
50
+ The SHA256 chechsums are provided in `wikihow.data.tar.xz.sha256` to check the
51
+ integrity.
52
 
53
  To run the script:
54