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

Recommended way to load wget-downloaded data using HF datasets API? #100

Open
zijwang opened this issue Jan 16, 2024 · 1 comment
Open

Comments

@zijwang
Copy link

zijwang commented Jan 16, 2024

I downloaded the data following the instruction here. Is there a recommended way that I can load it via HF API similar to this?

@mauriceweber
Copy link
Collaborator

Hi @zijwang , my guess is that you can use the RPv2 data loader script here and modify the _URL_BASE variable to match the base directory on your filesystem. You should then be able to pass your data loading script to datasets.load_dataset (here is an explanation about this).

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