laomagic / TextClassifier
THUCNews中文文本分类数据集,该数据集包含84万篇新闻文档,总计14类;在该模型的基础上测试多个版本bert分类效果。
☆60Updated 4 years ago
Alternatives and similar repositories for TextClassifier:
Users that are interested in TextClassifier are comparing it to the libraries listed below
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆47Updated 4 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆103Updated last year
- 利用bert和textcnn解决多标签文本分类的demo。☆32Updated 2 years ago
- 多模型中文cnews新闻文本分类☆54Updated 5 years ago
- 中文二分类,bert+TextCNN 两种实现方法☆22Updated 2 years ago
- 基于pytorch_bert的中文多标签分类☆89Updated 3 years ago
- bert pytorch模型微调用于的多标签文本分类☆131Updated 5 years ago
- 基于pytorch+bilstm_crf的中文命名实体识别☆14Updated 2 years ago
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。☆26Updated 2 years ago
- 使用bert进行中文方面级情感识别。