Open ivcylc opened 2 weeks ago
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?