Cannot load this dataset without streaming setting

#1
by donghd - opened

When I load the dataset with the streaming=True setting, it works well.
But when I load the dataset without the streaming=True setting, it fails.

The problematic command is that:
load_dataset('ArmelR/stack-exchange-instruction', data_dir="data/finetune", split="train", use_auth_token=True)

My environment is:
python=3.9
datasets=2.12.0

Hi, I just fixed the bug. It should be working just fine now,

load_dataset('ArmelR/stack-exchange-instruction', data_dir="data/finetune", split="train", use_auth_token=True)
Dataset({
    features: ['qid', 'question', 'date', 'metadata', 'response'],
    num_rows: 3000000
})

Should we close the issue?

Yes, this is already fixed.
Thanks.

donghd changed discussion status to closed

Sign up or log in to comment