个人基于谷歌开源的BERT编写的文本分类器(基于微调方式),可自由加载NLP领域知名的预训练语言模型BERT、Bert-wwm、Roberta、ALBert以及ERNIE1.0
☆167Aug 15, 2020Updated 5 years ago
Alternatives and similar repositories for TextClassifier_Transformer
Users that are interested in TextClassifier_Transformer are comparing it to the libraries listed below
Sorting:
- 微调预训练语言模型,解决多标签分类任务(可加载BERT、Roberta、Bert-wwm以及albert等知名开源tf格式的模型)☆140Jul 23, 2020Updated 5 years ago
- 针对NER领域提供从线下训练到线上部署的一整套闭环流程☆14Jun 16, 2021Updated 4 years ago
- 天池 疫情相似句对判定大赛 线上第一名方案☆435Oct 17, 2020Updated 5 years ago
- 微调预训练语言模型(BERT、Roberta、XLBert等),用于计算两个文本之间的相似度(通过句子对分类任务转换),适用于中 文文本☆90Jul 30, 2020Updated 5 years ago
- 基于ES构建的一个简单的检索式问答系统,主要用来学习下python相关的ES操作☆13Dec 2, 2019Updated 6 years ago
- Macadam是一个以Tensorflow(Keras)和bert4keras为基础,专注于文本分类、序列标注和关系抽取的自然语言处理工具包。支持RANDOM、WORD2VEC、FASTTEXT、BERT、ALBERT、ROBERTA、NEZHA、XLNET、ELECTRA…☆326Mar 24, 2023Updated 2 years ago
- 基于Transformers的文本分类☆344Sep 17, 2021Updated 4 years ago
- 使用BERT模型做文本分类;面向工业用途☆224Aug 18, 2019Updated 6 years ago
- SEBERTNets:一种面向金融领域的事件主体抽取方法☆194Jun 4, 2022Updated 3 years ago
- A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型☆3,984Nov 21, 2022Updated 3 years ago
- 使用rnn,lstm,gru,fasttext,textcnn,dpcnn,rnn-att,lstm-att,兼容huggleface/transformers,以及以transforemrs作为词嵌入模型,后面接入cnn、rnn、attention等等做文本分类。以及各个…☆519Dec 8, 2022Updated 3 years ago
- NLP算法领域的面试资料大全,包括笔试、面试题目☆42Mar 4, 2020Updated 6 years ago
- 基于预训练模型(BERT,BERT-wwm)的文本分类模板,CCF BDCI新闻情感分析A榜4/2735。☆268Sep 16, 2020Updated 5 years ago
- NLP models and codes for BAAI-JD joint project.☆253Nov 22, 2022Updated 3 years ago
- multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification☆140Oct 19, 2021Updated 4 years ago
- 使用谷歌翻译进行大规模翻译,免疫封锁☆10Aug 1, 2019Updated 6 years ago
- 基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。☆432Dec 10, 2024Updated last year
- 中文长文本分类、短句子分类、多标签分类、两句子相似度(Chinese Text Classification of Keras NLP, multi-label classify, or sentence classify, long or short),字词句向量嵌入层(…☆1,806Jun 17, 2024Updated last year
- 本实验,是用BERT进行中文情感分类,记录了详细操作及完整程序☆374Feb 18, 2019Updated 7 years ago
- Tensorflow2.3的文本分类项目,支持各种分类模型,支持相关tricks。☆177Nov 28, 2024Updated last year
- 基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等☆819Jun 18, 2021Updated 4 years ago
- CCKS 2019 中文短文本实体链指比赛技术创新奖解决方案☆411Mar 24, 2023Updated 2 years ago
- baidu aistudio event extraction competition☆224Mar 24, 2023Updated 2 years ago
- NLP for human. A fast and easy-to-use natural language processing (NLP) toolkit, satisfying your imagination about NLP.☆286Dec 8, 2022Updated 3 years ago
- Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services☆4,900Feb 24, 2021Updated 5 years ago
- Lstm-crf,Lattice-CRF,bert-ner及近年ner相关论文follow☆568Dec 7, 2018Updated 7 years ago
- Bert分类,语义相似度,获取句向量。☆66Mar 17, 2025Updated last year
- 结合BERT+GRU+ATT模型,对自己收集的人物关系数据进行模型训练,用于人物关系抽取。☆324Mar 24, 2023Updated 2 years ago
- 一键中文数据增强包 ; NLP数据增强、bert数据增强、EDA:pip install nlpcda☆1,878Mar 18, 2025Updated last year
- 基于BERT的预训练语言模型实现,分为两步:预训练和微调。目前已包括BERT、Roberta、ALbert三个模型,且皆可支持Whole Word Mask模式。☆17Feb 1, 2020Updated 6 years ago
- 使用预训练语言模型ALBERT做中文NER☆479Jan 13, 2021Updated 5 years ago
- 利用ALBERT实 现文本二分类,判别是否属于政治上的出访类事件,提升模型训练和预测速度。☆75Feb 3, 2023Updated 3 years ago
- 多标签文本分类,多标签分类,文本分类, multi-label, classifier, text classification, BERT, seq2seq,attention, multi-label-classification☆806Dec 11, 2024Updated last year
- Knowledge distillation in text classification with pytorch. 知识蒸馏,中文文本分类,教师模型BERT、XLNET,学生模型biLSTM。☆229Jul 27, 2022Updated 3 years ago
- Computing similarity of two sentences with google's BERT algorithm。利用Bert计算句子相似度。语义相似度计算。文本相似度计算。☆510Mar 24, 2023Updated 2 years ago
- Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includ…☆2,387Sep 3, 2024Updated last year
- ccks2020的比赛-面向金融领域的篇章级事件主体与要素抽取(一)事件主体抽取☆18Mar 5, 2021Updated 5 years ago
- 个人基于谷歌开源的BERT编写的文本分类器(基于微调方式),可自由加载NLP领域知名的预训练语言模型BERT、Bert-wwm、Roberta、ALBert以及ERNIE1.0☆42May 6, 2020Updated 5 years ago
- 企业事件抽取☆13May 20, 2021Updated 4 years ago