Error loading 'structured-wikipedia' due to schema mismatch
#16
by
eb2002
- opened
Hello,
I'm encountering an error when trying to load the 'structured-wikipedia' dataset due to a schema mismatch between the dataset and the expected schema.
I've already tried loading the schema and manually adding it in the load_dataset function, but the issue persists. Here's the code I used:
'from datasets import load_dataset_builder, load_dataset, Features, Value, Sequence
ds_builder = load_dataset_builder('wikimedia/structured-wikipedia', '20240916.en')
features = ds_builder.info.features
dataset = load_dataset('wikimedia/structured-wikipedia', '20240916.en', split='train')
'.
Has anyone solved this problem?