yinbq commited on
Commit
65cafba
·
verified ·
1 Parent(s): ee86466

Add README

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -19,21 +19,21 @@ This dataset contains 3D block manipulation and spatial reasoning data for train
19
  ## 📦 Download
20
 
21
  The dataset is provided as a compressed archive:
22
- - **File**: `random.tar.xz`
23
- - **Size**: 9.41 GB (compressed)
24
- - **Format**: XZ compressed tar archive
25
 
26
  ### Extract the dataset:
27
 
28
  ```bash
29
  # For .tar.gz files
30
- tar -xzf random.tar.xz
31
 
32
  # For .tar.xz files
33
- tar -xJf random.tar.xz
34
 
35
  # For .tar.bz2 files
36
- tar -xjf random.tar.xz
37
  ```
38
 
39
  ## 📊 Dataset Structure
 
19
  ## 📦 Download
20
 
21
  The dataset is provided as a compressed archive:
22
+ - **File**: `random.tar.gz`
23
+ - **Size**: 0.81 GB (compressed)
24
+ - **Format**: GZ compressed tar archive
25
 
26
  ### Extract the dataset:
27
 
28
  ```bash
29
  # For .tar.gz files
30
+ tar -xzf random.tar.gz
31
 
32
  # For .tar.xz files
33
+ tar -xJf random.tar.gz
34
 
35
  # For .tar.bz2 files
36
+ tar -xjf random.tar.gz
37
  ```
38
 
39
  ## 📊 Dataset Structure