649453932 / Chinese-Text-Classification-Pytorch

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

Some questions for fine-tuning pre-trained model of FastText #11

Open ZHHJemotion opened 4 years ago

ZHHJemotion commented 4 years ago

Hi,

Thank you for your great work.

I have trained the FastText with your code. Now I want to fine-tune it to accomplish a text binary classification task. Does the pre-trained model support for fine-tuning? And How can I do that?

Thanks!