Unable to open zipped features
Hi, thank you for open-sourcing this exciting dataset. I am trying to open the feature zip files, however, trying to unzip them wtih unzip test_features_splits.zip
yields error: invalid zip file with overlapped components (possible zip bomb)
, and trying 7z x test_features_splits.zip
yields ERROR: Unavailable data
. I have also tried concatenating the individual .z01, etc
files cat test_features_splits.z* >test.zip
and then unzip test.zip
but with no success and haven't found another solution. The same applies for the train features. Thus I was wondering if you could provide a command to properly extract the data? Thanks in advance :)
Hi, I have the same issue, is there a solution?
I think in the original data came with a .txt file explaining how to unzip the files, can you add that?