Datasets:

Languages:
code
Multilinguality:
multilingual
Size Categories:
unknown
ArXiv:
Tags:
License:

how to save the content downloaded from S3 to a local the-stack dataset

#6
by Nhhttn - opened

Considering the network problem, downloading content from S3 online may be interrupted, how to save the content downloaded from S3 to a local the-stack dataset for subsequent offline use of the dataset

BigCode org

@Nhhttn you can use dataset.map() with retries for downloads, or a more robust setup, e.g. with Spark or Ray, using the raw parquet files from this repository.

@Nhhttn you can use dataset.map() with retries for downloads, or a more robust setup, e.g. with Spark or Ray, using the raw parquet files from this repository.

Hi, do you know how to apply for permission to access the Software Heritage S3 bucket?

Sign up or log in to comment