├── Chinese_htlData_Classification_with_BERT.ipynb ├── ChnSentiCorp_htl_fix.csv └── README.md /Chinese_htlData_Classification_with_BERT.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZeroLeon/Chinese_htlData_Classification_with_BERT/HEAD/Chinese_htlData_Classification_with_BERT.ipynb -------------------------------------------------------------------------------- /ChnSentiCorp_htl_fix.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZeroLeon/Chinese_htlData_Classification_with_BERT/HEAD/ChnSentiCorp_htl_fix.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Chinese_htlData_Classification_with_BERT 2 | 在Fastai框架下基于Bert模型的中文文本分类 3 | 4 | [相关博客](https://zhuanlan.zhihu.com/p/66506214) 5 | --------------------------------------------------------------------------------