kevin726/hy_mm_data_v0901 已完整同步
文件
显示第 1–20 个,共 1631 个文件
| 目录 | 文件名 | 格式 | 大小 |
|---|---|---|---|
| — |
.gitattributes
|
GITATTRIBUTES | 3.7 KiB |
| — |
README.md
|
MD | 406 B |
| — |
attachment_20250902230544898.zip
|
ZIP | 32 MiB |
| — |
attachment_20250913181605013_part_1.zip
|
ZIP | 980 MiB |
| — |
attachment_20250913181605013_part_2.zip
|
ZIP | 866 MiB |
| — |
attachment_20250913181605013_part_3.zip
|
ZIP | 896 MiB |
| — |
attachment_20250913181605013_part_4.zip
|
ZIP | 820 MiB |
| — |
attachment_20250913181605013_part_5.zip
|
ZIP | 810 MiB |
| — |
attachment_20250913181605013_part_6.zip
|
ZIP | 916 MiB |
| — |
attachment_20250913181605013_part_7.zip
|
ZIP | 714 MiB |
| — |
attachment_20250913181605013_part_8.zip
|
ZIP | 428 MiB |
| — |
attachment_20250915212249081.zip
|
ZIP | 812 MiB |
| — |
attachment_20250916153649955.zip
|
ZIP | 840 MiB |
| — |
attachment_20250916163649955.zip
|
ZIP | 828 MiB |
| — |
attachment_20250927114320376.zip
|
ZIP | 789 MiB |
| — |
attachment_20250927142932540.zip
|
ZIP | 1.0 GiB |
| — |
attachment_20250927152356358.zip
|
ZIP | 902 MiB |
| — |
attachment_20250927153613945.zip
|
ZIP | 884 MiB |
| — |
attachment_20250927160308146.zip
|
ZIP | 1.1 GiB |
| — |
attachment_20250927162055502.zip
|
ZIP | 858 MiB |
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_277960239d --revision 19e334624462781e540bce22ca05c2e7bffc14ce --output ./ds_ext_277960239d
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_277960239d --revision 19e334624462781e540bce22ca05c2e7bffc14ce --output ./ds_ext_277960239d
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_277960239d --revision 19e334624462781e540bce22ca05c2e7bffc14ce --output ./ds_ext_277960239d --overwrite
仅包含匹配路径
wehub datasets download ds_ext_277960239d --revision 19e334624462781e540bce22ca05c2e7bffc14ce --output ./ds_ext_277960239d --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_277960239d --revision 19e334624462781e540bce22ca05c2e7bffc14ce --output ./ds_ext_277960239d --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_277960239d --revision 19e334624462781e540bce22ca05c2e7bffc14ce --output ./ds_ext_277960239d --jobs 8
完整帮助:wehub datasets download --help