When streaming, the dataset features do not match its dataset card.

#11
by ivnle - opened
IterableDatasetDict({
    train: IterableDataset({
        features: Unknown,
        n_shards: 118332
    })
    validation: IterableDataset({
        features: Unknown,
        n_shards: 31428
    })
    test: IterableDataset({
        features: Unknown,
        n_shards: 31411
    })
})

but the features should be text and meta according to the dataset card.

Sign up or log in to comment