File size: 439 Bytes
b33314e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
   ```