Skip to content
Snippets Groups Projects
Unverified Commit 0d0acc9a authored by i-robot's avatar i-robot Committed by Gitee
Browse files

!2228 Remove the bert-base-en-wiki ckpt link.

Merge pull request !2228 from chenhaozhe/update-bert-ckpt-listt
parents 2606a091 d1fca8fa
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,6 @@ The backbone structure of BERT is transformer. For BERT_base, the transformer co
We have provided several kinds of pretrained checkpoint.
- [Bert-base-zh](https://download.mindspore.cn/model_zoo/r1.3/bert_base_ascend_v130_zhwiki_official_nlp_bs256_acc91.72_recall95.06_F1score93.36/), trained on zh-wiki datasets with 128 length.
- [Bert-base-en](https://download.mindspore.cn/model_zoo/r1.3/bert_base_ascend_v130_en-wiki_official_nlp_bs256_loss1.50/), trained on en-wiki datasets with 128 length.
- [Bert-large-zh](https://download.mindspore.cn/model_zoo/r1.3/bert_large_ascend_v130_zhwiki_official_nlp_bs3072_loss0.8/), trained on zh-wiki datasets with 128 length.
- [Bert-large-en](https://download.mindspore.cn/model_zoo/r1.3/bert_large_ascend_v130_enwiki_official_nlp_bs768_loss1.1/), tarined on en-wiki datasets with 512 length.
......
......@@ -75,7 +75,6 @@ BERT的主干结构为Transformer。对于BERT_base,Transformer包含12个编
我们提供了一些预训练权重以供使用
- [Bert-base-zh](https://download.mindspore.cn/model_zoo/r1.3/bert_base_ascend_v130_zhwiki_official_nlp_bs256_acc91.72_recall95.06_F1score93.36/), 在128句长的中文wiki数据集上进行了训练
- [Bert-base-en](https://download.mindspore.cn/model_zoo/r1.3/bert_base_ascend_v130_en-wiki_official_nlp_bs256_loss1.50/), 在128句长的英文wiki数据集上进行了训练
- [Bert-large-zh](https://download.mindspore.cn/model_zoo/r1.3/bert_large_ascend_v130_zhwiki_official_nlp_bs3072_loss0.8/), 在128句长的中文wiki数据集上进行了训练
- [Bert-large-en](https://download.mindspore.cn/model_zoo/r1.3/bert_large_ascend_v130_enwiki_official_nlp_bs768_loss1.1/), 在512句长的英文wiki数据集上进行了训练
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment