percent4 / keras_bert_multi_label_cls
本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。
☆66Updated 3 years ago
Alternatives and similar repositories for keras_bert_multi_label_cls:
Users that are interested in keras_bert_multi_label_cls are comparing it to the libraries listed below
- bert pytorch模型微调用于的多标签文本分类☆131Updated 5 years ago
- 多标签文本分类☆53Updated 5 years ago
- Named Recognition Entity based on BERT and CRF 基于BERT+CRF的中文命名实体识别☆183Updated 2 years ago
- 实体识别和关系抽取的联合模型☆123Updated 6 years ago
- multi-label-classification-4-event-type☆133Updated last year
- 在bert模型的pre_training基础上进行text_cnn文本分类☆78Updated 5 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆75Updated 5 years ago
- Bert预训练模型fine-tune计算文本相似度☆100Updated last year
- multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification☆140Updated 3 years ago
- 文本二分类任务,是否文档是否属于政治上的出访类事件,利用BERT提取特征,模型采用简单的DNN。