illiterate / BertClassifierLinks
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)
☆185Updated last year
Alternatives and similar repositories for BertClassifier
Users that are interested in BertClassifier are comparing it to the libraries listed below
Sorting:
- 基于pytorch+bert的中文文本分类☆84Updated 2 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆103Updated last year
- ☆160Updated 2 years ago
- 中文信息抽取,包含实体抽取、关系抽取、事件抽取☆245Updated last year
- 中文二分类,bert+TextCNN 两种实现方法☆23Updated 2 years ago
- 存放知乎,博客发表文章中的代码☆47Updated 3 years ago
- 基于pytorch的中文三元组提取(命名实体识别+关系抽取)☆349Updated 2 years ago
- 基于BERT+BiLSTM+CRF实现中文命名实体识别☆146Updated 5 years ago
- A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .☆210Updated 2 years ago
- 全局指针统一处理嵌套与非嵌套NER的Pytorch实现☆393Updated 2 years ago
- Using BERT+Bi-LSTM+CRF☆139Updated 3 years ago
- 中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!☆390Updated last year
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆565Updated 2 years ago
- 中文NER的那些事儿☆318Updated last year
- 利用bert和textcnn解决多标签文本分类的demo。☆33Updated 2 years ago
- 基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。☆426Updated 5 months ago
- 基于Pytorch的BERT-IDCNN-BILSTM-CRF中文实体识别实现☆92Updated 2 years ago
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆67Updated 4 years ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆120Updated 4 years ago
- 自然语言处理中的基础任务,包含但不限于文本表示,文本分类,命名实体识别,关系抽取,文本生成,文本摘要等,基于tensorflow2或Pytorch,所有代码均经过测试,项目中也包含相关数据。☆142Updated 2 years ago
- 零基础入门NLP - 新闻文本分类 正式赛第一名方案☆235Updated 4 years ago
- 使用Pytorch框架对NLP方向上的文本分类、实体识别、三元组抽取做代码实战☆181Updated last year
- ☆139Updated 6 months ago
- 基于 BERT 模型的中文文本分类工具☆65Updated 3 years ago
- 命名体识别(NER)综述-论文-模型-代码(BiLSTM-CRF/BERT-CRF)-竞赛资源总结-随时更新☆474Updated 4 years ago
- 基于Pytorch的文本分类框架,支持TextCNN、Bert、Electra等。☆62Updated 2 years ago
- 基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等☆788Updated 3 years ago
- 基于pytorch_bert的中文多标签分类☆91Updated 3 years ago
- 多标签文本分类,多标签分类,文本分类, multi-label, classifier, text classification, BERT, seq2seq,attention, multi-label-classification☆771Updated 5 months ago
- 中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦。☆290Updated 5 years ago