laomagic / TextClassifierLinks
THUCNews中文文本分类数据集,该数据集包含84万篇新闻文档,总计14类;在该模型的基础上测试多个版本bert分类效果。
☆67Updated 4 years ago
Alternatives and similar repositories for TextClassifier
Users that are interested in TextClassifier are comparing it to the libraries listed below
Sorting:
- 基于pytorch_bert的中文多标签分类☆91Updated 3 years ago
- 基于pytorch+bert的中文文本分类☆90Updated 2 years ago
- 多模型中文cnews新闻文本分类☆59Updated 5 years ago
- 零基础入门NLP - 新闻文本分类 正式赛第一名方案☆236Updated 5 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆108Updated 2 years ago
- 基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)☆197Updated last year
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- 基于深度学习的FAQ式问答系统☆34Updated 4 years ago
- 利用 指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。☆128Updated 2 years ago
- 基于词汇信息融合的中文NER模型☆170Updated 3 years ago
- bert pytorch模型微调用于的多标签文本分类☆137Updated 5 years ago
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题