ZenithVoyager's picture
Upload README.md with huggingface_hub
6b31fe4 verified

multi_individuals-part1

How to use this dataset

  1. Create any directory where you want to extract the contents, for example:

    mkdir -p /path/to/target_dir
    
  2. Extract all .tar files from this dataset into that directory, for example:

    for f in *.tar; do
        tar -xf "$f" -C /path/to/target_dir
    done