Update cc-stories.py

#3

Change _DATASET_URLS from 'all' to 'train'.
'all' is a reserved keyword corresponding to the union of all splits, so cannot be used as key in "._split_generator()."
https://github.com/huggingface/datasets/blob/main/src/datasets/builder.py#L975

I tried to find a way to ignore splits but bumped into this thread.
/static-proxy?url=https%3A%2F%2Fdiscuss.huggingface.co%2Ft%2Fdataset-with-no-splits%2F8515%2F2%3C%2Fa%3E%3C%2Fp%3E

spacemanidol changed pull request status to merged

Sign up or log in to comment