yaleimeng / TextClassify_with_BERT
使用BERT模型做文本分类;面向工业用途
☆220Updated 5 years ago
Alternatives and similar repositories for TextClassify_with_BERT:
Users that are interested in TextClassify_with_BERT are comparing it to the libraries listed below
- NLP research:基于tensorflow的nlp深度学习项目,支持文本分类/句子匹配/序列标注/文本生成 四大任务☆188Updated 8 months ago
- bert for chinese text classification☆142Updated 6 years ago
- implementation several deep text match (text similarly) models for keras . cdssm, arc-ii,match_pyramid, mvlstm ,esim, drcn ,bimpm, bert, …☆291Updated 4 years ago
- bert文本分类,ner, albert,keras_bert,bert4keras,kashgari,fastbert,flask + uwsgi + keras部署模型,时间实体识别,tfidf关键词抽取,tfidf文本相似度,用户情感分析☆194Updated 7 months ago
- 微调预训练语言模型,解决多标签分类任务(可加载BERT、Roberta、Bert-wwm以及albert等知名开源tf格式的模型)☆140Updated 4 years ago
- 个人基于谷歌开源的BERT编写的文本分类器(基于微调方式),可自由加载NLP领域知名的预训练语言模型BERT、Bert-wwm、Roberta、ALBert以及ERNIE1.0☆162Updated 4 years ago
- ☆268Updated 5 years ago
- 天池大赛疫情文本挑战赛线上第三名方案分享☆229Updated 4 years ago
- 基于预训练模型(BERT,BERT-wwm)的文本分类模板,CCF BDCI新闻情感分析A榜4/2735。☆262Updated 4 years ago
- SiameseSentenceSimilarity,个人实现的基于Siamese bilstm模型的相似句子判定模型,提供训练数据集和测试数据集.☆266Updated 5 years ago
- using bilstm-crf,bert and other methods to do sequence tagging task☆414Updated last year
- 嵌入Word2vec词向量的RNN+ATTENTION中文文本分类☆151Updated 4 years ago
- 对四种句子/文本相似度计算方法进行实验与比较☆289Updated 4 years ago
- multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification☆140Updated 3 years ago
- 本实验,是用BERT进行中文情感分类,记录了详细操作及完整程序☆375Updated 6 years ago
- 中文问题句子相似度计算比赛及方案汇总☆296Updated 4 years ago
- Named Recognition Entity based on BERT and CRF 基于BERT+CRF的中文命名实体识别☆183Updated 2 years ago
- TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。☆238Updated last year
- CCKS 2019 中文短文本实体链指比赛技术创新奖解决方案☆410Updated last year
- 一个关于百度2019语言与智能技术竞赛信息抽取 (http://lic2019.ccf.org.cn/kg) 模型, 模型采用BERT+CNN。DEMO地址 https://github.com/Wangpeiyi9979/InformationExtractionDem…☆187Updated 5 years ago
- 自然语言处理NLP在中文文本上的一些应用,如文本分类、情感分析、命名实体识别等☆209Updated 3 years ago
- multi-label-classification-4-event-type☆132Updated last year
- some baselines for lic2020 (http://lic2020.cipsc.org.cn/)☆218Updated 4 years ago
- 基于BERT的中文命名实体识别☆393Updated 5 years ago
- bert pytorch模型微调用于的多标签文本分类☆131Updated 5 years ago
- 使用预训练语言模型ALBERT做中文NER☆473Updated 4 years ago
- Keyphrase or Keyword Extraction 基于预训练模型的中文关键词抽取方法(论文SIFRank: A New Baseline for Unsupervised Keyphrase Extraction Based on Pre-trained La…☆424Updated 4 years ago
- 中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦。☆287Updated 5 years ago
- Keras solution of Chinese NER task using BiLSTM-CRF/BiGRU-CRF/IDCNN-CRF model with Pretrained Language Model: supporting BERT/RoBERTa/ALB…☆12Updated last year
- 基于Bi-GRU + CRF 的中文机构名、人名识别, 支持google bert模型☆167Updated 5 years ago