percent4 / ALBERT_text_classification
利用ALBERT实现文本二分类,判别是否属于政治上的出访类事件,提升模型训练和预测速度。
☆73Updated last year
Related projects ⓘ
Alternatives and complementary repositories for ALBERT_text_classification
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆65Updated 3 years ago
- albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)☆135Updated 2 years ago
- 在bert模型的pre_training基础上进行text_cnn文本分类☆78Updated 4 years ago
- multi-label-classification-4-event-type☆130Updated last year
- 文本分类的目前测试效果较好的算法☆56Updated 5 years ago
- 多标签文本分类☆53Updated 5 years ago
- bert pytorch模型微调用于的多标签文本分类☆125Updated 5 years ago
- 基于ltp的简单评论观点抽取模块☆117Updated 6 years ago
- 微调预训练语言模型,解决多标签分类任务(可加载BERT、Roberta、Bert-wwm以及albert等知名开源tf格式的模型)☆139Updated 4 years ago
- 基于bert的中文自然语言处理工具,包括情感分析、中文分词、词性标注、以及命名实体识别功能,并提供文本分类任务、序列标注任务、句对关系判断任务的训练与预测接口☆129Updated 5 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆72Updated 4 years ago
- 基于轻量级的albert实现albert+BiLstm+CRF☆88Updated last year
- BERT-BiLSTM-CRF的Keras版实现☆41Updated 5 years ago
- 中文文本预处理,Word2Vec训练计算文本相似度。☆44Updated 5 years ago
- 嵌入Word2vec词向量的RNN+ATTENTION中文文本分类☆150Updated 4 years ago
- 本项目采用Keras和Keras-bert实现文本多分类任务,对BERT进行微调。☆48Updated 3 years ago
- 中文命名实体识别& 中文命名实体检测 python实现 基于字+ 词位 分别使用tensorflow IDCNN+CRF 及 BiLSTM+CRF 搭配词性标注实现中文命名实体识别及命名实体检测☆64Updated 5 years ago
- 文本二分类任务,是否文档是否属于政治上的出访类事件,利用BERT提取特征,模型采用简单的DNN。☆63Updated 4 years ago
- bert for chinese text classification☆142Updated 5 years ago
- 利用bert预训练模型生成句向量或词向量☆28Updated 4 years ago
- Bert中文文本分类☆40Updated 5 years ago
- A light NER Tool,NER标注工具,基于Vue & FastAPI,带NER数据增强☆65Updated 4 years ago
- multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification☆140Updated 3 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆43Updated 5 years ago
- 参考NER,基于BERT的电商评论观点挖掘和情感分析☆41Updated 5 years ago
- 互联网新闻情感分析赛题baseline☆42Updated 5 years ago
- NLP Predtrained Embeddings, Models and Datasets Collections(NLP_PEMDC). The collection will keep updating.☆64Updated 4 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