Datasets:
Error on importing the dataset
#1
by Iust1n2 - opened
I got the following error when I tried to import the dataset using load_dataset: dataset = load_dataset("biglam/european_art", "raw"): KeyError: 'type'. I tried passing in name="raw", or config="raw" as specific parameters and it still errors.
If I import it using only the path as in load_dataset("biglam/european_art") I get this errror:
Please pick one among the available configs: ['raw', 'coco']
Example of usage:
`load_dataset('european_art', 'raw')`
If you are happy with the coco version then this dataset https://huggingface.co/datasets/biglam/european_art_coco_loaded should be working more reliably (let me know if you need a different version and I can help debug this).