Datasets:

ArXiv:
Tavish9 commited on
Commit
1b34508
·
verified ·
1 Parent(s): 1f9688e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -28,13 +28,13 @@ The dataset consists of two parts: the **InterReal** dataset, which was captured
28
 
29
  To download the entire dataset, follow these steps:
30
  ```bash
31
- git lfs install
32
- git clone https://huggingface.co/datasets/IPEC-COMMUNITY/LiveScene
33
 
34
  # Merge the parts (if necessary)
35
  cat {scene_name}_part_* > {scene_name}.tar.gz
36
 
37
- tar -xzf {scene_name}.tar.gz
38
  ```
39
 
40
  If you only want to download a specific subset, use the following code:
@@ -50,7 +50,7 @@ hf_hub_download(
50
  ```
51
  After downloading, you can extract the subset using:
52
  ```bash
53
- tar -xzf {scene_name}.tar.gz
54
  ```
55
 
56
  ## Dataset Structure
 
28
 
29
  To download the entire dataset, follow these steps:
30
  ```bash
31
+ pip install -U "huggingface_hub[cli]"
32
+ huggingface-cli download --local-dir LiveScene --repo-type dataset IPEC-COMMUNITY/LiveScene
33
 
34
  # Merge the parts (if necessary)
35
  cat {scene_name}_part_* > {scene_name}.tar.gz
36
 
37
+ tar -xzvf {scene_name}.tar.gz
38
  ```
39
 
40
  If you only want to download a specific subset, use the following code:
 
50
  ```
51
  After downloading, you can extract the subset using:
52
  ```bash
53
+ tar -xzvf {scene_name}.tar.gz
54
  ```
55
 
56
  ## Dataset Structure