Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some Datasets are not available #1071

Closed
vangogh0318 opened this issue Nov 2, 2023 · 2 comments
Closed

some Datasets are not available #1071

vangogh0318 opened this issue Nov 2, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@vangogh0318
Copy link

vangogh0318 commented Nov 2, 2023

Describe the bug
can not download the github/ArXiv dataset. the url is wrong
how to download github/ArXiv data? thank you

The code in corpora.py file, line 190:
class Github(DataDownloader):
name = "github"
urls = ["http:https://eaidata.bmk.sh/data/github_small.jsonl.zst"]

class ArXiv(DataDownloader):
name = "arxiv"
urls = [
"https://the-eye.eu/public/AI/pile_preliminary_components/2020-09-08-arxiv-extracts-nofallback-until-2007-068.tar.gz"
]

@vangogh0318 vangogh0318 added the bug Something isn't working label Nov 2, 2023
@StellaAthena
Copy link
Member

This is correct. The Pile has been taken down to a DMCA takedown request.

@StellaAthena StellaAthena closed this as not planned Won't fix, can't repro, duplicate, stale Dec 22, 2023
@vangogh0318
Copy link
Author

vangogh0318 commented Feb 6, 2024

hi, how can I access the Pile data? Thanks
@StellaAthena

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants