illiterate / BertClassifier
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)
☆177Updated 11 months ago
Alternatives and similar repositories for BertClassifier:
Users that are interested in BertClassifier are comparing it to the libraries listed below
- 基于pytorch+bert的中文文本分类☆82Updated last year
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆101Updated last year
- 存放知乎,博客发表文章中的代码☆47Updated 3 years ago
- 利用bert和textcnn解决多标签文本分类的demo。☆31Updated 2 years ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆116Updated 4 years ago
- 中文二分类,bert+TextCNN 两种实现方法☆21Updated 2 years ago
- 基于 BERT 模型的中文文本分类工具☆63Updated 2 years ago
- 基于pytorch_bert的中文多标签分类☆88Updated 3 years ago
- Using BERT+Bi-LSTM+CRF☆135Updated 2 years ago
- 中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!☆370Updated last year
- 零基础入门NLP - 新闻文本分类 正式赛第一名方案☆229Updated 4 years ago
- Tensorflow2.3的文本分类项目,支持各种分类模型,支持相关tricks。☆175Updated 2 months ago
- 中文信息抽取,包含实体抽取、关系抽取、事件抽取☆238Updated last year
- 基于Pytorch的文本分类框架,支持TextCNN、Bert、Electra等。☆61Updated last year
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题☆126Updated 3 years ago
- 自然语言处理中的基础任务,包含但不限于文本表示,文本分类,命名实体识别,关系抽取,文本生成,文本摘要等,基于tensorflow2或Pytorch,所有代码均经过测试,项目中也包含相关数据。☆140Updated 2 years ago
- bert pytorch模型微调用于的多标签文本分类☆128Updated 5 years ago
- 基于BERT+BiLSTM+CRF实现中文命名实体识别☆141Updated 4 years ago
- 使用Pytorch框架对NLP方向上的文本分类、实体识别、三元组抽取做代码实战☆171Updated 9 months ago
- 基于Pytorch的BERT-IDCNN-BILSTM-CRF中文实体识别实现☆88Updated 2 years ago
- bert文本分类,ner, albert,keras_bert,bert4keras,kashgari,fastbert,flask + uwsgi + keras部署模型,时间实体识别,tfidf关键词抽取,tfidf文本相似度,用户情感分析☆194Updated 6 months ago
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆66Updated 3 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆153Updated 2 years ago
- Implemention of NER model on chinese dataset.☆70Updated last year
- 中文命名实体识别:BERT-BiLSTM-CRF模型实现中文,数据集使用CLUENER2020☆64Updated 2 years ago
- 基于Tensorflow2.3开发的NER模型, 都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。☆414Updated 2 months ago
- 全局指针统一处理嵌套与非嵌套NER的Pytorch实现☆384Updated last year
- 中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦。☆286Updated 5 years ago
- 基于BERT模型的深度学习中文文本分类实现,包含大约20000条新闻的训练和测试集,包装有简单HTTP接口可供调用。☆23Updated 4 years ago
- ☆162Updated last year