# alibaba_dataset | |
## Dataset Information | |
This dataset contains multiple parts of a large archive that need to be combined. | |
## Reconstruction Instructions | |
To reconstruct the original dataset file from the parts: | |
1. Download all parts (alibaba_dataset_part_*) | |
2. Use the cat command to join them: | |
``` | |
cat alibaba_dataset_part_* > alibaba_dataset.tar.xz | |
``` | |
3. Extract the tarball: | |
``` | |
tar -xf alibaba_dataset.tar.xz | |
``` | |