psgetit / Chinese_Text_Classification_Pytorch
中文:方便好用的文本分类模型训练加推理全公开!欢迎star后礼貌获取!大体上本项目采用ERINE3.0的base版本将文本转换为语义向量而后做特征进行分类,实测上限极高可以优化后在61分类任务中达到92%准确率。
☆44Updated 10 months 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
- 使用Pytorch框架对NLP方向上的文本分类、实体识别、三元组抽取做代码实战☆163Updated 8 months ago
- 基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)☆175Updated 10 months ago
- ☆162Updated last year
- 基于pytorch+bert的中文文本分类☆81Updated last year
- 在SMP2020的微博情绪分类任务上,微调在中文预料上预训练的BERT模型,进行文本分类。☆97Updated 2 years ago
- 基于bert-base-chinese微调的中文情感分析任务,在WeiboSenti100k 数据集上训练5个epoch并且收敛☆33Updated last year
- 文本相似度,语义向量,文本向量,text-similarity,similarity, sentence-similarity,BERT,SimCSE,BERT-Whitening,Sentence-BERT, PromCSE, SBERT☆73Updated 2 months ago
- ☆122Updated 2 months ago
- 使用bert实现京东评论的情感分析(文本分类)☆37Updated last year
- 基于BERT的中文命名实体识别☆37Updated 2 years ago
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题☆125Updated 3 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆151Updated 2 years ago
- 情感分析、文本分类、词典、bayes、sentiment analysis、TextCNN、classification、tensorflow、BERT、CNN、text classification☆436Updated 9 months ago
- 中文文本分类实践,基于搜狗新闻语料库,采用传统机器学习方法以及预训练模型等方法☆174Updated 4 years ago
- 中文二分 类,bert+TextCNN 两种实现方法☆21Updated 2 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆99Updated last year
- Implemention of NER model on chinese dataset.☆70Updated last year
- Using Bert/Roberta + LSTM/GRU/BiLSTM/TextCNN to do the sentiment analysis on the imdb datasets.☆122Updated last year
- 使用BERT-BILSTM-CRF进行中文命名实体识别。☆381Updated 3 weeks ago
- 使用bert进行关系三元组抽取。☆149Updated 9 months ago
- Pytorch-NLU,一个中文文本分类、序列标注工具包,支持中文长文本、短文本的多类、多标签分类任务,支持中文命名实体识别、词性标注、分词、抽取式文本摘要等序列标注任务。 Ptorch NLU, a Chinese text classification and sequ…☆341Updated 6 months ago
- All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)☆264Updated this week
- 文本相似度(匹配)计算,提供Baseline、训练、推理、指标分析...代码包含TensorFlow/Pytorch双版本☆173Updated 2 years ago
- 基于pytorch的中文意图识别和槽位填充☆156Updated 6 months ago
- 中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!☆369Updated last year
- SimCSE中文语义相似度对比学习模型☆79Updated 2 years ago
- 此项目完成了关于 NLP-Beginner:自然语言处理入门练习 的所有任务(文本分类、信息抽取、知识图谱、机器翻译、问答系统、文本生成、Text-to-SQL、文本纠错、文本挖掘、知识蒸馏、模型加速、OCR、TTS、Prompt、embedding等),所有代码都经过测试…☆183Updated last year
- 基于BERT模型的深度学习中文文本分类实现,包含大约20000条新闻的训练和测试集,包装有简单HTTP接口可供调用。☆23Updated 4 years ago
- 使用多种方法做中文命名实体 识别(NER),代码包含详细注释☆42Updated last year
- A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .☆206Updated 2 years ago