2020-10-19 21:54:21

This commit is contained in:
wizardforcel
2020-10-19 21:54:21 +08:00
parent d2f4118fab
commit c6a01c691d
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 236 KiB

After

Width:  |  Height:  |  Size: 236 KiB

View File

@@ -17,7 +17,7 @@ BERT的全称为Bidirectional Encoder Representation from Transformers是一
2. 预训练后只需要添加一个额外的输出层进行fine-tune就可以在各种各样的下游任务中取得state-of-the-art的表现。在这过程中并不需要对BERT进行任务特定的结构修改。
![](/img/tf_2.0/bert.png)
![](img/bert.png)
总结一下: