duguiming111 / Text_Classification
总结一些工作学习中的文本分类算法
☆16Updated 3 years ago
Alternatives and similar repositories for Text_Classification:
Users that are interested in Text_Classification are comparing it to the libraries listed below
- 基于BERT和指针网络构建实体抽取任务☆14Updated 4 years ago
- BDCI2019-互联网金融新实体发现-第7名(本可top3)☆18Updated 5 years ago
- Seq2seqAttGeneration, an basic implementation of text generation that using seq2seq attention model to generate poem series. this project…☆18Updated 4 years ago
- CCKS 2020: 面向中文短文本的实体链指任务☆43Updated 4 years ago
- 基于Bert(或Robert)预训练模型微调命名实体识别任务,并提供基于docker的Tensor Serving部署模型方案实现过程。☆36Updated 5 years ago
- 精简版NEZHA模型权重☆21Updated 4 years ago
- ☆13Updated last year
- 基于python3训练中文wiki词向量、字向量、拼音向量☆12Updated 3 years ago
- Using BiLSTM-CRF model for Chinese NER☆14Updated 7 years ago
- 带拼音、字形特征的文本纠错模型☆11Updated 2 years ago
- 天池疫情公益文本相似对比大赛☆20Updated 5 years ago
- ☆38Updated 5 years ago
- bert-flat 简化版 添加了很多注释☆15Updated 3 years ago
- Simple Text Classification[WIP]☆11Updated 2 years ago
- Multi-Label Text Classification Based On Bert☆22Updated 2 years ago
- 2020语言与智能技术竞赛:事件抽取任务☆27Updated 4 years ago
- 利用 HMM、BiLSTM-CRF 及 ALBERT 模型进行中文命名实体识别☆23Updated 2 years ago
- ☆12Updated 3 years ago
- 之江-电商评论观点挖掘的比赛,基于pytorch-transformers版本,暂时只实现了BERT做aspect+opinion+属性分类+情感极性的联合标注,还未加上CRF。☆32Updated 5 years ago
- Bert分类,语义相似度,获取句向量。☆64Updated last month
- 2020阿里云天池大数据竞赛-中医药命名实体识别挑战赛☆27Updated 4 years ago
- ☆32Updated 3 years ago
- 基于轻量级的albert实现albert+BiLstm+CRF☆89Updated last year
- 本项目是NLP领域一些任务的基准模型实现,包括文本分类、命名实体识别、实体关系抽取、NL2SQL、CKBQA以及BERT的各种下游任务应用。