thunlp / Optima

Code for paper "Optima: Optimizing Effectiveness and Efficiency for LLM-Based Multi-Agent System"
30 stars 3 forks source link

About dataset #1

Open ivcylc opened 2 weeks ago

ivcylc commented 2 weeks ago

Hi, thanks for your work I am wondering where should i replace the "huggingface_cache/arc_datase" with?

1rubbishyuan commented 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

ivcylc commented 2 weeks ago

Thanks, since I am new to this field, I am wondering where can I manually download these dataset?

1rubbishyuan commented 2 days ago

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 .