Closed maxjeblick closed 3 weeks ago
weird...let me take a look today
Thanks for looking into it. In particular,
from datasets import load_dataset
ds = load_dataset("Tevatron/wiki-ss-nq")
fails when creating the test split, as it seems the test split doesn't contain pos/neg passages columns.
does it works for you now? I tried to fixed it
Dataset loading works, thanks for the quick fix!
Loading
Tevatron/wiki-ss-nq
dataset fails using the following code snippet (classes are from examples/des/dataset.py):The error obtained is the same error that is also present in the corresponding HuggingFace dataset page:
All the data files must have the same columns, but at some point there are 1 new columns ({'answers'}) and 2 missing columns ({'positive_passages', 'negative_passages'}).
The issue is also mentioned here: https://huggingface.co/datasets/Tevatron/wiki-ss-nq/discussions/2