google-bert/bert-base-uncased 已完整同步
文件
显示第 1–16 个,共 16 个文件
| 目录 | 文件名 | 格式 | 大小 |
|---|---|---|---|
| — |
.gitattributes
|
GITATTRIBUTES | 491 B |
| — |
LICENSE
|
文本 | 11 KiB |
| — |
README.md
|
MD | 10 KiB |
| — |
config.json
|
JSON | 570 B |
coreml/fill-mask/float32_model.mlpackage/Data/com.apple.CoreML/ |
model.mlmodel
|
MLMODEL | 161 KiB |
coreml/fill-mask/float32_model.mlpackage/Data/com.apple.CoreML/weights/ |
weight.bin
|
BIN | 507 MiB |
coreml/fill-mask/float32_model.mlpackage/ |
Manifest.json
|
JSON | 617 B |
| — |
flax_model.msgpack
|
MSGPACK | 418 MiB |
| — |
model.onnx
|
ONNX | 507 MiB |
| — |
model.safetensors
|
SAFETENSORS | 420 MiB |
| — |
pytorch_model.bin
|
BIN | 420 MiB |
| — |
rust_model.ot
|
OT | 510 MiB |
| — |
tf_model.h5
|
H5 | 511 MiB |
| — |
tokenizer.json
|
JSON | 455 KiB |
| — |
tokenizer_config.json
|
JSON | 48 B |
| — |
vocab.txt
|
TXT | 226 KiB |
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_google_bert_bert_base_uncased_6237a9457c --revision 86b5e0934494bd15c9632b12f734a8a67f723594 --output ./ds_google_bert_bert_base_uncased_6237a9457c
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_google_bert_bert_base_uncased_6237a9457c --revision 86b5e0934494bd15c9632b12f734a8a67f723594 --output ./ds_google_bert_bert_base_uncased_6237a9457c
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_google_bert_bert_base_uncased_6237a9457c --revision 86b5e0934494bd15c9632b12f734a8a67f723594 --output ./ds_google_bert_bert_base_uncased_6237a9457c --overwrite
仅包含匹配路径
wehub datasets download ds_google_bert_bert_base_uncased_6237a9457c --revision 86b5e0934494bd15c9632b12f734a8a67f723594 --output ./ds_google_bert_bert_base_uncased_6237a9457c --include "*.jsonl"
排除匹配路径
wehub datasets download ds_google_bert_bert_base_uncased_6237a9457c --revision 86b5e0934494bd15c9632b12f734a8a67f723594 --output ./ds_google_bert_bert_base_uncased_6237a9457c --exclude "*.md"
提高并发下载数
wehub datasets download ds_google_bert_bert_base_uncased_6237a9457c --revision 86b5e0934494bd15c9632b12f734a8a67f723594 --output ./ds_google_bert_bert_base_uncased_6237a9457c --jobs 8
完整帮助:wehub datasets download --help