提交 c79f56fd 编写于 作者: W Wgm-Inspur

Correcting the mistaken of struct image of single sentence classsification in...

Correcting the mistaken of struct image of single sentence classsification in demo\text_classification\README.md
上级 3e488b52
...@@ -69,6 +69,7 @@ ELECTRA-Base, Chinese | `hub.Module(name='chinese-electra-base')` ...@@ -69,6 +69,7 @@ ELECTRA-Base, Chinese | `hub.Module(name='chinese-electra-base')`
ELECTRA-Small, Chinese | `hub.Module(name='chinese-electra-small')` ELECTRA-Small, Chinese | `hub.Module(name='chinese-electra-small')`
通过以上的一行代码,`model`初始化为一个适用于文本分类任务的模型,为ERNIE Tiny的预训练模型后拼接上一个全连接网络(Full Connected)。 通过以上的一行代码,`model`初始化为一个适用于文本分类任务的模型,为ERNIE Tiny的预训练模型后拼接上一个全连接网络(Full Connected)。
![](../../docs/imgs/Single_Sentence_Classsification.jpg) ![](../../docs/imgs/Single_Sentence_Classsification.jpg)
以上图片来自于:https://arxiv.org/pdf/1810.04805.pdf 以上图片来自于:https://arxiv.org/pdf/1810.04805.pdf
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册