4n0nn/AnonymousDataset
收藏官方服务:
资源简介:
--- license: apache-2.0 --- Extract compressed file via: Benchmark split: ```bash mkdir dataBenchmark cat dataBenchmark_*.tar | pv | tar -xf - -C dataBenchmark --skip-old-files ``` Train split: ```bash mkdir dataTrain cat dataTrain_*.tar | pv | tar -xf - -C dataTrain --skip-old-files ``` Note: - `pv` is used for progress visualization. Just omit it if you want to extract in silence manner. - macOS doesn't support --skip-old-files, use `tar -xkf - -C /path/to/dst/` instead after the pipe.
提供机构:
4n0nn



