showlab/OmniConsistency 已完整同步
文件
显示第 1–20 个,共 7861 个文件
| 目录 | 文件名 | 格式 | 大小 |
|---|---|---|---|
| — |
.gitattributes
|
GITATTRIBUTES | 2.4 KiB |
3D_Chibi/caption/ |
001.txt
|
TXT | 537 B |
3D_Chibi/caption/ |
002.txt
|
TXT | 587 B |
3D_Chibi/caption/ |
003.txt
|
TXT | 591 B |
3D_Chibi/caption/ |
004.txt
|
TXT | 606 B |
3D_Chibi/caption/ |
005.txt
|
TXT | 413 B |
3D_Chibi/caption/ |
006.txt
|
TXT | 404 B |
3D_Chibi/caption/ |
007.txt
|
TXT | 536 B |
3D_Chibi/caption/ |
008.txt
|
TXT | 583 B |
3D_Chibi/caption/ |
009.txt
|
TXT | 586 B |
3D_Chibi/caption/ |
010.txt
|
TXT | 477 B |
3D_Chibi/caption/ |
011.txt
|
TXT | 588 B |
3D_Chibi/caption/ |
012.txt
|
TXT | 573 B |
3D_Chibi/caption/ |
013.txt
|
TXT | 475 B |
3D_Chibi/caption/ |
014.txt
|
TXT | 590 B |
3D_Chibi/caption/ |
015.txt
|
TXT | 510 B |
3D_Chibi/caption/ |
016.txt
|
TXT | 492 B |
3D_Chibi/caption/ |
017.txt
|
TXT | 421 B |
3D_Chibi/caption/ |
018.txt
|
TXT | 644 B |
3D_Chibi/caption/ |
019.txt
|
TXT | 588 B |
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_4246_f7a5b5b337 --revision e94c0159f71b93aa24786b737efb91a44704a4b5 --output ./ds_ext_4246_f7a5b5b337
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_4246_f7a5b5b337 --revision e94c0159f71b93aa24786b737efb91a44704a4b5 --output ./ds_ext_4246_f7a5b5b337
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_4246_f7a5b5b337 --revision e94c0159f71b93aa24786b737efb91a44704a4b5 --output ./ds_ext_4246_f7a5b5b337 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_4246_f7a5b5b337 --revision e94c0159f71b93aa24786b737efb91a44704a4b5 --output ./ds_ext_4246_f7a5b5b337 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_4246_f7a5b5b337 --revision e94c0159f71b93aa24786b737efb91a44704a4b5 --output ./ds_ext_4246_f7a5b5b337 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_4246_f7a5b5b337 --revision e94c0159f71b93aa24786b737efb91a44704a4b5 --output ./ds_ext_4246_f7a5b5b337 --jobs 8
完整帮助:wehub datasets download --help