Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
code
ArXiv:
Libraries:
Datasets
Dask
License:

How to Speed up Downloading from S3

#26
by Rene1996 - opened

Hi, could anyone help me with downloading SWH content from s3? I found it's only possible to download it one by one files, which is slow and not using the full network bandwidth. Is there any recommendations to download the huge amount of small files from S3?

Hi, May I ask how you know how to download from s3? What are the relevant s3 download parameters? How to apply for its download permission?

@diggle @Rene1996 You guys could try this script https://github.com/huangyangyu/starcoder_data to download the dataset, which is an aws-account-free method.

@Rene1996 Maybe with asyncio or threading to download them in concurrent?

Sign up or log in to comment