edornd commited on
Commit
5f8f255
1 Parent(s): eb6b95c

Update etraction command

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -34,9 +34,9 @@ To revert the process into files and directories follow these steps:
34
  $ git clone https://huggingface.co/datasets/links-ads/wildfires-cems
35
  $ cd wildfires-ems
36
  # revert the multipart compression: merge first, then untar
37
- $ cat data/train/train.tar.* | tar -xvf - -i
38
- $ cat data/test/test.tar.* | tar -xvf - -i
39
- $ cat data/val/val.tar.* | tar -xvf - -i
40
  ```
41
 
42
  It is very likely that the extracted files will retain the internal directory structure, making the `train/val/test` directories useless.
 
34
  $ git clone https://huggingface.co/datasets/links-ads/wildfires-cems
35
  $ cd wildfires-ems
36
  # revert the multipart compression: merge first, then untar
37
+ $ cat data/train/train.tar.* | tar -xzvf - -i
38
+ $ cat data/test/test.tar.* | tar -xzvf - -i
39
+ $ cat data/val/val.tar.* | tar -xzvf - -i
40
  ```
41
 
42
  It is very likely that the extracted files will retain the internal directory structure, making the `train/val/test` directories useless.