649453932 / Chinese-Text-Classification-Pytorch

中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
MIT License
5.25k stars 1.22k forks source link

建议增加一个TorchText 作为对比 #34

Closed saymyname77 closed 4 years ago

649453932 commented 4 years ago

对比什么

saymyname77 commented 4 years ago

对比什么

模型 acc
TextCNN 91.22%
TextRNN 91.12%
TextRNN_Att 90.90%
TextRCNN 91.54%
FastText 92.23%
DPCNN 91.25%
Transformer 89.91%
bert 94.83%
ERNIE 94.61%

在模型效果中对比。

649453932 commented 4 years ago

对比什么

模型 acc
TextCNN 91.22%
TextRNN 91.12%
TextRNN_Att 90.90%
TextRCNN 91.54%
FastText 92.23%
DPCNN 91.25%
Transformer 89.91%
bert 94.83%
ERNIE 94.61%

在模型效果中对比。

大哥,torchtext只是个数据处理的工具。。。。

saymyname77 commented 4 years ago

对比什么

模型 acc
TextCNN 91.22%
TextRNN 91.12%
TextRNN_Att 90.90%
TextRCNN 91.54%
FastText 92.23%
DPCNN 91.25%
Transformer 89.91%
bert 94.83%
ERNIE 94.61%

在模型效果中对比。

大哥,torchtext只是个数据处理的工具。。。。

https://pytorch.apachecn.org/docs/1.4/20.html 这个