Bill13579/beltout 已完整同步
文件
显示第 1–20 个,共 126 个文件
| 目录 | 文件名 | 格式 | 大小 |
|---|---|---|---|
| — |
.gitattributes
|
GITATTRIBUTES | 99 B |
| — |
.gitignore
|
GITIGNORE | 564 B |
| — |
LICENSE-APACHE
|
未知格式 | 10 KiB |
| — |
LICENSE-MIT
|
未知格式 | 1.0 KiB |
| — |
README.md
|
MD | 17 KiB |
| — |
TECHNICAL_REPORT.md
|
MD | 56 KiB |
bake/ |
.gitignore
|
GITIGNORE | 1.6 KiB |
bake/ |
Cargo.lock
|
LOCK | 49 KiB |
bake/ |
Cargo.toml
|
TOML | 564 B |
bake/ |
README.md
|
MD | 904 B |
bake/src/bin/ |
reshard.rs
|
RS | 5.7 KiB |
bake/src/ |
config.rs
|
RS | 7.2 KiB |
bake/src/ |
main.rs
|
RS | 17 KiB |
checkpoints/ |
cfm_step_0.safetensors
|
SAFETENSORS | 272 MiB |
checkpoints/ |
cfm_step_105999.safetensors
|
SAFETENSORS | 272 MiB |
checkpoints/ |
cfm_step_109999.safetensors
|
SAFETENSORS | 272 MiB |
checkpoints/ |
cfm_step_113999.safetensors
|
SAFETENSORS | 272 MiB |
checkpoints/ |
cfm_step_116999.safetensors
|
SAFETENSORS | 272 MiB |
checkpoints/ |
cfm_step_117580.safetensors
|
SAFETENSORS | 272 MiB |
checkpoints/ |
cfm_step_16999.safetensors
|
SAFETENSORS | 272 MiB |
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3678_ebe6741d38 --revision f71295e33cc9c0092083089ed0f9c1a532e77e6b --output ./ds_ext_3678_ebe6741d38
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3678_ebe6741d38 --revision f71295e33cc9c0092083089ed0f9c1a532e77e6b --output ./ds_ext_3678_ebe6741d38
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3678_ebe6741d38 --revision f71295e33cc9c0092083089ed0f9c1a532e77e6b --output ./ds_ext_3678_ebe6741d38 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3678_ebe6741d38 --revision f71295e33cc9c0092083089ed0f9c1a532e77e6b --output ./ds_ext_3678_ebe6741d38 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3678_ebe6741d38 --revision f71295e33cc9c0092083089ed0f9c1a532e77e6b --output ./ds_ext_3678_ebe6741d38 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3678_ebe6741d38 --revision f71295e33cc9c0092083089ed0f9c1a532e77e6b --output ./ds_ext_3678_ebe6741d38 --jobs 8
完整帮助:wehub datasets download --help