Datasets:

Modalities:
Image
Text
Formats:
webdataset
ArXiv:
Libraries:
Datasets
WebDataset
License:

Error when reading some of the tar files

#4
by wjn9424 - opened

Hi team,

I found 4 tar files has corrupted header after I downloaded it using huggingface CLI. I checked using a simple script. Would appreciated if you could check the following 4 tar files. Thank you so much!

Error opening cc12m-train-1518.tar: file could not be opened successfully:

  • method gz: ReadError('not a gzip file')
  • method bz2: ReadError('not a bzip2 file')
  • method xz: ReadError('not an lzma file')
  • method tar: ReadError('invalid header')
    Error opening cc12m-train-2117.tar: file could not be opened successfully:
  • method gz: ReadError('not a gzip file')
  • method bz2: ReadError('not a bzip2 file')
  • method xz: ReadError('not an lzma file')
  • method tar: ReadError('invalid header')
    Error opening cc12m-train-2116.tar: file could not be opened successfully:
  • method gz: ReadError('not a gzip file')
  • method bz2: ReadError('not a bzip2 file')
  • method xz: ReadError('not an lzma file')
  • method tar: ReadError('invalid header')
    Error opening cc12m-train-0846.tar: file could not be opened successfully:
  • method gz: ReadError('not a gzip file')
  • method bz2: ReadError('not a bzip2 file')
  • method xz: ReadError('not an lzma file')
  • method tar: ReadError('invalid header')
Pixel Parsing org

I just tried downloading cc12m-train-1518.tar and there were no issues with it, likely corrupted in your download process.

sha256sum of that file is 4a3f5a5d157128ca5725e60337cb7cdef8f7b89f79d388ef02645313e04d8fed

wjn9424 changed discussion status to closed

Sign up or log in to comment