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

[MiniLLM] Processed RoBERTa Corpus dataset download #211

Open
AKaubay opened this issue Apr 26, 2024 · 1 comment
Open

[MiniLLM] Processed RoBERTa Corpus dataset download #211

AKaubay opened this issue Apr 26, 2024 · 1 comment

Comments

@AKaubay
Copy link

AKaubay commented Apr 26, 2024

Unable to download processed RoBERTa Corpus only.
Also encountering repeated interruptions during download of the full processed_data.tar with an error indicating dead links, possibly due to incomplete or corrupt file structure in the compressed archive.
I also tried to download it from my personal computer with a 10 Mbps connection and still encountered the same problem.
error 1
error 2

@t1101675
Copy link
Contributor

It works fine in our environment. Is the download started by running the following commands?

DLINK=$(echo -n "aHR0cHM6Ly9jb252ZXJzYXRpb25odWIuYmxvYi5jb3JlLndpbmRvd3MubmV0L2JlaXQtc2hhcmUtcHVibGljL01pbmlMTE0vcHJvY2Vzc2VkX2RhdGEudGFyP3N2PTIwMjMtMDEtMDMmc3Q9MjAyNC0wNC0xMFQxMyUzQTExJTNBNDRaJnNlPTIwNTAtMDQtMTFUMTMlM0ExMSUzQTAwWiZzcj1jJnNwPXImc2lnPTRjWEpJalZSWkhJQldxSGpQZ0RuJTJGMDFvY3pwRFdYaXBtUENVazNaOHZiUSUzRA==" | base64 --decode)
wget -O processed_data.tar $DLINK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants