-
Notifications
You must be signed in to change notification settings - Fork 3
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
About dataset #1
Comments
Sorry, I forgot to change the absolute path here when organizing the code. You can modify it at arc_path in utils/config.py |
Thanks, since I am new to this field, I am wondering where can I manually download these dataset? |
You can use the “huggingface-cli download --repo-type dataset --resume-download {dataset_name} --local-dir {your local path} --local-dir-use-symlinks False --token {your token}”command to download, or you can just set "hotpot_qa_path" as "hotpot_qa" , the "load_dataset" in our code will download automatically . |
Hi, thanks for your work
I am wondering where should i replace the "huggingface_cache/arc_datase" with?
The text was updated successfully, but these errors were encountered: