Spaces:
Running
Error downloading iSign
Hello,
I am tryng to download the iSign dataset. I use your example code to do so. But in the below line:
ds = load_dataset("Exploration-Lab/iSign", "word-description-dataset_v1.1")
I get the below error:
raise ValueError(f"Couldn't cast\n{table.schema}\nto\n{features}\nbecause column names don't match")
ValueError: Couldn't cast
word_id: string
word: string
sentence_id: string
sentence: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 721
to
{'uid': Value(dtype='string', id=None), 'text': Value(dtype='string', id=None)}
because column names don't match
Please suggest what needs to be done.
Thanks for your response
Hi @bajancherry ,
We provide all the details to use the dataset in the official iSign repo:
https://huggingface.co/datasets/Exploration-Lab/iSign
Please let us know if you still face any issues while accessing the dataset.