illiterate / BertClassifierLinks
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)
☆201Updated 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的中文文本分类☆90Updated 2 years ago
- 中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!☆401Updated 2 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆109Updated 2 years ago
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆588Updated 2 years ago
- 基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等☆812Updated 4 years ago
- 多标签文本分类,多标签分类,文本分类, multi-label, classifier, text classification, BERT, seq2seq,attention, multi-label-classification☆800Updated last year
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆124Updated 5 years ago
- 存放知乎,博客发表文章中的代码☆47Updated 4 years ago
- 中文NER的那些事儿☆320Updated 2 years ago
- 基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。☆432Updated last year
- 利用bert和textcnn解决多标签文本分类的demo。☆34Updated 3 years ago
- 使用pytorch搭建textCNN实现中文文本分类