This dataset contains independently extractable gzip-compressed tar shards of ThreeLiu/Treasure.
Verify all shards:
sha256sum -c SHA256SUMS
Extract all shards into one directory:
mkdir -p Treasure
for f in Treasure-*.tar.gz; do tar -xzf "$f" -C Treasure; done
SOURCE_INVENTORY.json records the source file count, byte count, and shard layout. Hugging Face local cache metadata is excluded.