Datasets:
Gzip size of v1.7 is 4.1TB?
#47
by
rdiehlmartinez
- opened
Anyone else run the wget instructions, and see that after everything is downloaded the total size of the data (in gzip format) is around 4.1TB?
I don't know exactly, but that sounds about right?
The README says it’s 4.5 TB. Maybe it’s a typo or some files have changed?
My tooling was also reporting that it was 4.1 T. Here's what I did to check.
$ du . -h
4.1T .
However, I spun up qalc
$ qalc
> 4.5 TB to TiB
4.5 × terabyte ≈ 4.092726158 TiB
My file browser (ranger) and du report in TiB by default, but label it T. The disparity between TiB and TB only becomes really clear at higher capacities. Still not enough evidence for me
$ awk -F'/' '{print $NF}' v1_7.txt > fnames
$ comm -23 <(sort fnames) <(ls ../data/ | sort)
cc_news-0000.json.gz
cc_news-0001.json.gz
cc_news-0002.json.gz
Bingo. I'm missing a handful of files. I would like to track down a list of sha hashes to make sure all the files are exactly as they need to be.