xbench/AgentIF-OneDay 已完整同步
文件
显示第 1–20 个,共 180 个文件
| 目录 | 文件名 | 格式 | 大小 |
|---|---|---|---|
| — |
.gitattributes
|
GITATTRIBUTES | 10 KiB |
Attachments/Questions/ |
taskif_10 + attachment + WEF_Future_of_Jobs_Report_2025.pdf
|
18 MiB | |
Attachments/Questions/ |
taskif_10 + attachment + fastest_growing_sectors.pdf
|
86 KiB | |
Attachments/Questions/ |
taskif_10 + attachment + largest_companies_by_market_cap.pdf
|
82 KiB | |
Attachments/Questions/ |
taskif_10 + attachment + largest_companies_by_revenue.pdf
|
99 KiB | |
Attachments/Questions/ |
taskif_100 + attachment + 500美元的运动风穿搭网页版报告.html
|
HTML | 5.7 KiB |
Attachments/Questions/ |
taskif_101 + attachment + 清华大学科研方向一览-机械系.xlsx
|
XLSX | 24 KiB |
Attachments/Questions/ |
taskif_106 + attachment + iPhone_Plan.pdf
|
139 KiB | |
Attachments/Questions/ |
taskif_107 + attachment + CICC (China International Capital Corporation Limited) 2025 Research Report(修改版3).pptx
|
PPTX | 8.2 MiB |
Attachments/Questions/ |
taskif_107 + attachment + Tencent Holdings Ltd_ Research Report 2025(修改版1).pptx
|
PPTX | 12 MiB |
Attachments/Questions/ |
taskif_108 + attachment + 2de7795cf10476ddac0d17d7b2bf327e.jpg
|
JPG | 357 KiB |
Attachments/Questions/ |
taskif_110 + attachment + image (1).png
|
PNG | 761 KiB |
Attachments/Questions/ |
taskif_110 + attachment + image (2).png
|
PNG | 724 KiB |
Attachments/Questions/ |
taskif_111 + attachment + mergermarket-deals.xlsx
|
XLSX | 263 KiB |
Attachments/Questions/ |
taskif_112 + attachment + TitanData_Training Event.xlsx
|
XLSX | 56 KiB |
Attachments/Questions/ |
taskif_113 + attachment + Al-Kindi On First Philosophy.pdf
|
31 MiB | |
Attachments/Questions/ |
taskif_113 + attachment + Topics in Philosophy Final Essay.pdf
|
78 KiB | |
Attachments/Questions/ |
taskif_117 + attachment + residential_layout.png
|
PNG | 32 KiB |
Attachments/Questions/ |
taskif_118 + attachment + Residential_Monitoring_Layout_Plan.html
|
HTML | 41 KiB |
Attachments/Questions/ |
taskif_12 + attachment + TaskIF_音乐播放器_单振宇豆包_20250729.html
|
HTML | 9.5 KiB |
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_4267_797664b390 --revision 1e8e7490661beda38715b1376e89639801fb0667 --output ./ds_ext_4267_797664b390
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_4267_797664b390 --revision 1e8e7490661beda38715b1376e89639801fb0667 --output ./ds_ext_4267_797664b390
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_4267_797664b390 --revision 1e8e7490661beda38715b1376e89639801fb0667 --output ./ds_ext_4267_797664b390 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_4267_797664b390 --revision 1e8e7490661beda38715b1376e89639801fb0667 --output ./ds_ext_4267_797664b390 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_4267_797664b390 --revision 1e8e7490661beda38715b1376e89639801fb0667 --output ./ds_ext_4267_797664b390 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_4267_797664b390 --revision 1e8e7490661beda38715b1376e89639801fb0667 --output ./ds_ext_4267_797664b390 --jobs 8
完整帮助:wehub datasets download --help