Dataset URLs Broken
#2
by
gsgoncalves
- opened
Hi,
When trying to load the model with:
from datasets import load_dataset
dataset = load_dataset("spacemanidol/cc-stories")
or
dataset = load_dataset("spacemanidol/cc-stories", split="train")
I get the error:
FileNotFoundError: Couldn't find file at https://huggingface.co/datasets/spacemanidol/cc-stories/resolve/main/cc-stories.txt.gz
Upon further inspection it seems that the links in the https://huggingface.co/datasets/spacemanidol/cc-stories/blob/main/cc-stories.py are all broken.
Could you please confirm this?
Thank you
Updated. There are no train test splits. Just the cc-stories file
spacemanidol
changed discussion status to
closed