Skip to content

Commit

Permalink
94行typo: (“bert.mall”)->(“bert.small”) (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoHann authored Apr 20, 2022
1 parent fef38f1 commit 73f2f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def load_pretrained_model(pretrained_model, num_hiddens, ffn_num_hiddens,
return bert, vocab
```

为了便于在大多数机器上演示,我们将在本节中加载和微调经过预训练BERT的小版本(“bert.mall”)。在练习中,我们将展示如何微调大得多的“bert.base”以显著提高测试精度。
为了便于在大多数机器上演示,我们将在本节中加载和微调经过预训练BERT的小版本(“bert.small”)。在练习中,我们将展示如何微调大得多的“bert.base”以显著提高测试精度。

```{.python .input}
#@tab all
Expand Down

0 comments on commit 73f2f25

Please sign in to comment.