中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!
☆403Jul 16, 2023Updated 2 years ago
Alternatives and similar repositories for Chinese-Text-Classification-PyTorch
Users that are interested in Chinese-Text-Classification-PyTorch are comparing it to the libraries listed below
Sorting:
- 中文二分类,bert+TextCNN 两种实现方法☆26Dec 21, 2022Updated 3 years ago
- 中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。☆5,709Sep 23, 2020Updated 5 years ago
- 使用Bert,ERNIE,进行中文文本分类☆4,405Jun 28, 2024Updated last year
- 基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)☆204Mar 17, 2024Updated 2 years ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆123Jul 24, 2020Updated 5 years ago
- 基于Pytorch的文本分类框架,支持TextCNN、Bert、Electra等。☆64Mar 20, 2023Updated 3 years ago
- 中文长文本分类、短句子分类、多标签分类、两句子相似度(Chinese Text Classification of Keras NLP, multi-label classify, or sentence classify, long or short),字词句向量嵌入层(…☆1,806Jun 17, 2024Updated last year
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆79Dec 1, 2019Updated 6 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆162Aug 7, 2022Updated 3 years ago
- Code for paper "Self-training Method Based on GCN for Semi-supervised Short Text Classification"☆12Oct 30, 2021Updated 4 years ago
- Multi-Label Text Classification Based On Bert☆23Feb 28, 2023Updated 3 years ago
- 多标签文本分类,多标签分类,文本分类, multi-label, classifier, text classification, BERT, seq2seq,attention, multi-label-classification☆806Dec 11, 2024Updated last year
- pytorch实现TextCNN、TextRNN、TextRCNN、Attention+RNN、DPCNN进行文本分类☆15Jan 27, 2021Updated 5 years ago
- bert、roberta、ernie等方法进行文本分类☆88May 25, 2023Updated 2 years ago
- 基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等☆819Jun 18, 2021Updated 4 years ago
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆594May 15, 2023Updated 2 years ago
- 利用传统方法(N-gram,HMM等)、神经网络方法(CNN,LSTM等)和预训练方法(Bert等)的中文分词任务实现【The word segmentation task is realized by using traditional methods (n-gram, …☆38Jun 15, 2022Updated 3 years ago
- PyTorch使用BERT进行英语多标签文本分类☆34Mar 12, 2022Updated 4 years ago
- 中文文本分类、序列标注工具包(pytorch),支持中文长文本、短文本的多类、多标签分类任务,支持中文命名实体识别、词性标注、分词、抽取式文本摘要等序列标注任务。 Chinese text classification and sequence labeling toolk…☆353Jul 18, 2024Updated last year
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题☆131Oct 9, 2021Updated 4 years ago
- 基于深度学习框架pytorch实现的中文文本分类,目前包括textcnn,textrnn,textrcnn,textrnn+attention,transformer☆48Mar 1, 2022Updated 4 years ago
- pytextclassifier is a toolkit for text classification. 文本分类,LR,Xgboost,TextCNN,FastText,TextRNN,BERT等分类模型实现,开箱即用。☆521Sep 25, 2024Updated last year
- 采用bert-bilstm-attn的关系抽取模型,基于pytorch,数据集为百度的开源数据集☆10Jul 27, 2022Updated 3 years ago
- 基于ERNIE的中文NER☆37May 25, 2022Updated 3 years ago
- Using Bert/Roberta + LSTM/GRU/BiLSTM/TextCNN to do the sentiment analysis on the imdb datasets.☆145Jun 14, 2023Updated 2 years ago
- TextCNN Pytorch实现 中文文本分类 情感分析☆644Dec 30, 2018Updated 7 years ago
- 同花顺算法挑战平台:【9-10双月赛】跨领域迁移的文本语义匹配☆11Oct 28, 2021Updated 4 years ago
- ⚡ 基于PyTorch的多种模型文本分类框架☆34Aug 19, 2023Updated 2 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48May 27, 2020Updated 5 years ago
- TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。☆246Jul 21, 2023Updated 2 years ago
- 零基础入门NLP - 新闻文本分类 正式赛第一名方案☆236Sep 10, 2020Updated 5 years ago
- 基于Bert实现中文文本二分类☆29Mar 2, 2020Updated 6 years ago
- 新闻标题摘要生成模型,基于T5-PEGASUS。News title summary generation model☆19Jul 9, 2022Updated 3 years ago
- 基于prompt的中文文本分类。☆55May 6, 2023Updated 2 years ago
- 微博/新闻文本分类及其评论情感分析|舆情☆21Apr 9, 2024Updated last year
- 新闻文本分类,TextCNN模型,pytorch实现. gitee//gitee.com/worldcreator/News_Classification☆24May 28, 2021Updated 4 years ago
- 使用pytorch搭建textCNN实现中文文本分类☆132Mar 18, 2019Updated 7 years ago
- ☆17Sep 10, 2021Updated 4 years ago
- 基于CNN、RNN、GCN、BERT的中文文本分类☆44Jul 6, 2023Updated 2 years ago