Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask

Is there any valid method to download the dataset without images or part of it like test split only?

#2
by tongyx361 - opened

I've tried to:

ArrowInvalid: Could not open Parquet input source '': Parquet magic bytes not found in footer. Either the file is corrupted or this is not a parquet file.
  • visit /parquet endpoint in Datasets-Server, which returned:
{
    "parquet_files": [],
    "pending": [],
    "failed": [
        {
            "kind": "config-parquet",
            "dataset": "yuvalkirstain/pickapic_v1",
            "config": "yuvalkirstain--pickapic_v1",
            "split": null
        }
    ]
}

Could anybody kindly offer some help about any method mentioned above or other methods to download the dataset without images or part of it like test split only?

Thank you so much for the issue. Let's resolve it together :)

  1. See this guide - https://huggingface.co/docs/datasets/stream#split-dataset - simply add streaming=True.
  2. https://huggingface.co/datasets/yuvalkirstain/pickapic_v1_no_images - will work now - thanks for flagging this issue!
    Please update that both/either one of these methods work?

Thank you so much for the issue. Let's resolve it together :)

  1. See this guide - https://huggingface.co/docs/datasets/stream#split-dataset - simply add streaming=True.
  2. https://huggingface.co/datasets/yuvalkirstain/pickapic_v1_no_images - will work now - thanks for flagging this issue!
    Please update that both/either one of these methods work?

Thanks! Both of them work!

Great, so I am closing the issue as completed. Feel free to open it.

yuvalkirstain changed discussion status to closed

Sign up or log in to comment