THUNLP-MT / StableToolBench

A new tool learning benchmark aiming at well-balanced stability and reality, based on ToolBench.
https://zhichengg.github.io/stb.github.io/
Apache License 2.0
102 stars 13 forks source link

tool_root_dir in the inference script #6

Closed zhiyuanc2001 closed 5 months ago

zhiyuanc2001 commented 5 months ago

Thanks for your excellent jobs. When I run the inference script inference_chatgpt_pipeline_virtual.sh , I notice that there is no folder called toolenv/tools.

python toolbench/inference/qa_pipeline_multithread.py \
    --tool_root_dir toolenv/tools

Which folder should I set it to?

code-wanderlust commented 5 months ago

Download it from https://huggingface.co/datasets/zhichengg/StableToolBenchCache/ . You can find tools directory.

zhiyuanc2001 commented 5 months ago

Thanks for your response. :-)