Datasets:

Languages:
English
Size Categories:
10B<n<100B
ArXiv:
Tags:
math

[BUG] FileNotFoundError: [Errno 2] No such file or directory: 'open-web-math/train'

#1
by xDAN2099 - opened

When I try to load dataset with the command "ds_arxiv = load_dataset("EleutherAI/proof-pile-2", "arxiv")"

Failed Informations like below:

/usr/lib/python3.8/importlib/_bootstrap.py in _call_with_frames_removed(f, *args, **kwds)

~/.cache/huggingface/modules/datasets_modules/datasets/EleutherAI--proof-pile-2/9a80393fac94a5b7f63c557b75f4bcdedd93d39c5e7f829623a1df7b586d2632/proof-pile-2.py in
27 for split in SPLITS
28 },
---> 29 "open-web-math": {
30 split: [
31 os.path.join(f"open-web-math/{split}", filename)

~/.cache/huggingface/modules/datasets_modules/datasets/EleutherAI--proof-pile-2/9a80393fac94a5b7f63c557b75f4bcdedd93d39c5e7f829623a1df7b586d2632/proof-pile-2.py in (.0)
30 split: [
31 os.path.join(f"open-web-math/{split}", filename)
---> 32 for filename in os.listdir(f"open-web-math/{split}")
33 ]
34 for split in SPLITS

FileNotFoundError: [Errno 2] No such file or directory: 'open-web-math/train'

I opened a PR that should fix this bug as well as the dataset viewer: https://huggingface.co/datasets/EleutherAI/proof-pile-2/discussions/2

Closed by PR #2

zhangirazerbayev changed discussion status to closed

Sign up or log in to comment