OpenBMB / ToolBench

[ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for tool learning.
https://openbmb.github.io/ToolBench/
Apache License 2.0
4.6k stars 397 forks source link

建议:data download acceleration 下载加速 #275

Open wangxingjun778 opened 1 month ago

wangxingjun778 commented 1 month ago

相对于使用web端从google drive上下载,推荐使用gdown工具,速度要快很多:

  1. pip install gdown

  2. gdown https://drive.google.com/uc?id=1XFjDxVZdUY7TXYF2yvzx3pJlS2fy78jk 其中,1XFjDxVZdUY7TXYF2yvzx3pJlS2fy78jk 是 data.zip的file id

wangxingjun778 commented 1 month ago

方式2: 国内用户可使用ModelScope下载,参考: https://modelscope.cn/datasets/wangxingjun778/toolbench_data/summary

wangxingjun778 commented 1 month ago

方式3:使用wget下载

wget https://sail-moe.oss-cn-hangzhou.aliyuncs.com/open_data/toolbench/data.zip wget https://sail-moe.oss-cn-hangzhou.aliyuncs.com/open_data/toolbench/reproduction_data.zip