dnhkng/RYS-Qwen3.5-27B-FP8-M 已完整同步
文件
显示第 1–20 个,共 26 个文件
| 目录 | 文件名 | 格式 | 大小 |
|---|---|---|---|
| — |
.gitattributes
|
GITATTRIBUTES | 1.5 KiB |
| — |
LICENSE
|
文本 | 11 KiB |
| — |
README.md
|
MD | 91 KiB |
| — |
chat_template.jinja
|
JINJA | 7.6 KiB |
| — |
config.json
|
JSON | 18 KiB |
| — |
configuration.json
|
JSON | 51 B |
| — |
generation_config.json
|
JSON | 244 B |
| — |
merges.txt
|
TXT | 3.2 MiB |
| — |
model.safetensors-00001-of-00011.safetensors
|
SAFETENSORS | 7.2 GiB |
| — |
model.safetensors-00002-of-00011.safetensors
|
SAFETENSORS | 2.4 GiB |
| — |
model.safetensors-00003-of-00011.safetensors
|
SAFETENSORS | 2.1 GiB |
| — |
model.safetensors-00004-of-00011.safetensors
|
SAFETENSORS | 2.1 GiB |
| — |
model.safetensors-00005-of-00011.safetensors
|
SAFETENSORS | 2.1 GiB |
| — |
model.safetensors-00006-of-00011.safetensors
|
SAFETENSORS | 2.1 GiB |
| — |
model.safetensors-00007-of-00011.safetensors
|
SAFETENSORS | 2.1 GiB |
| — |
model.safetensors-00008-of-00011.safetensors
|
SAFETENSORS | 2.3 GiB |
| — |
model.safetensors-00009-of-00011.safetensors
|
SAFETENSORS | 2.2 GiB |
| — |
model.safetensors-00010-of-00011.safetensors
|
SAFETENSORS | 2.1 GiB |
| — |
model.safetensors-00011-of-00011.safetensors
|
SAFETENSORS | 3.0 GiB |
| — |
model.safetensors.index.json
|
JSON | 178 KiB |
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_2888_bddc81d8fc --revision 1d4f028686103ae69111e153f04fc13c1985eb18 --output ./ds_ext_2888_bddc81d8fc
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_2888_bddc81d8fc --revision 1d4f028686103ae69111e153f04fc13c1985eb18 --output ./ds_ext_2888_bddc81d8fc
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_2888_bddc81d8fc --revision 1d4f028686103ae69111e153f04fc13c1985eb18 --output ./ds_ext_2888_bddc81d8fc --overwrite
仅包含匹配路径
wehub datasets download ds_ext_2888_bddc81d8fc --revision 1d4f028686103ae69111e153f04fc13c1985eb18 --output ./ds_ext_2888_bddc81d8fc --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_2888_bddc81d8fc --revision 1d4f028686103ae69111e153f04fc13c1985eb18 --output ./ds_ext_2888_bddc81d8fc --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_2888_bddc81d8fc --revision 1d4f028686103ae69111e153f04fc13c1985eb18 --output ./ds_ext_2888_bddc81d8fc --jobs 8
完整帮助:wehub datasets download --help