The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 794862197 bytes, limit is 300000000 bytes
Make sure that
1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code: TooBigContentError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
WebMix Parquet
Image-text parquet dataset generated from: cc12m, datacomp12m, yfcc15m, mscoco.
Images are stored in the Hugging Face Image column format as encoded bytes.
Training rows come from --sources; validation/support rows come from
--eval-sources.
Generation arguments:
{
"cache_dir": null,
"chunk_size": 10000,
"compression": "zstd",
"download_max_retries": 5,
"download_num_proc": 8,
"eval_sources": [
"mscoco"
],
"hf_num_proc": 1,
"image_format": "jpeg",
"jpeg_quality": 90,
"limit_per_source": null,
"log_every": 10000,
"min_image_size": 16,
"multiprocessing_context": "fork",
"num_proc": 16,
"out_dir": "data/webmix_parquet",
"overwrite": false,
"resume": true,
"rows_per_shard": 100000,
"sources": [
"cc12m",
"datacomp12m",
"yfcc15m"
],
"url_concurrency": 16,
"url_retries": 4,
"url_timeout": 10,
"worker_maxtasksperchild": 100
}
- Downloads last month
- 21