649453932 / Chinese-Text-Classification-Pytorch

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

需要调参(hyper-parameter tuning)功能的同学们请看这里 #93

Open linzzzzzz opened 2 years ago

linzzzzzz commented 2 years ago

我最近的project有用到这个包,苦于参数多,手动调参费时费力于是给这个包加了个调参功能。有需要的同学们下面链接里自取哈。同时也欢迎随时反馈。

https://github.com/linzzzzzz/Chinese-Text-Classification-Pytorch-Tuning

linzzzzzz commented 2 years ago

现已加入对Bert的支持