Unable to download files for this dataset
#12
by
shamikbosefj
- opened
I'm trying to use this dataset for a project, but unable to download it. I have requested and received access and using the token in the call to load_dataset()
I tried the following statement:
dataset_name = "gaia-benchmark/GAIA"
config_name = "2023_level1"
dataset = load_dataset(dataset_name, config_name, token=token)
I get the following error:
FileNotFoundError: Unable to find 'hf://datasets/gaia-benchmark/GAIA@74a40d0fec7b72c93c8dd9954c5180a5b5f1e350/2023_level1/test/0000.parquet' with any supported extension ['.csv', '.tsv', '.json'...
Any help is appreciated. Thanks!