taishan1994 / tensorflow-text-classification
基于tensorflow的中文文本分类(复旦中文语料)
☆20Updated 4 years ago
Alternatives and similar repositories for tensorflow-text-classification:
Users that are interested in tensorflow-text-classification are comparing it to the libraries listed below
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆66Updated 3 years ago
- 利用bert预训练模型生成句向量或词向量☆27Updated 4 years ago
- bert文本多分类(情感分析)、bert-bilstm-crf序列标注任务(快递地址的序列标注任务)☆31Updated 3 years ago
- PyTorch使用BERT进行英语多标签文本分类☆33Updated 3 years ago
- 存放知乎,博客发表文章中的代码☆47Updated 3 years ago
- bert pytorch模型微调用于的多标签文本分类☆131Updated 5 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆47Updated 4 years ago
- 多标签多分类的textCNN☆12Updated 4 years ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆118Updated 4 years ago
- 自然语言处理的基础知识,术语抽取与关键词提取、知识图谱与图嵌入、检索与推荐等☆42Updated 2 years ago
- 利用bert和textcnn解决多标签文本分类的demo。☆32Updated 2 years ago
- 基于Pytorch的BERT-IDCNN-BILSTM-CRF中文实体识别实现☆89Updated 2 years ago
- 使用Bert+CRF、Bert+BiLSTM+CRF、Bert+BiGRU+CRF、Bert+BiGRU+self-atttention+CRF、AlBert+CRF、AlBert+BiLSTM+CRF、AlBert+BiGRU+CRF、AlBert+BiGRU+self-…☆46Updated 4 years ago
- pytorch实现 基于Bert+BiLSTM+CRF的中文命名实体识别☆42Updated 3 years ago
- 细粒度中文命名实体识别数据集处理,将json数据处理成BIOES标注的数据。CLUENER dataset pretreatment☆10Updated 4 years ago
- nlp-bilstm+crf-ner☆48Updated 3 years ago
- 基于pytorch+bert的中文关系抽取☆28Updated 3 years ago
- 中文二分类,bert+TextCNN 两种实现方法☆21Updated 2 years ago
- 基于CNN、RNN、GCN、BERT的中文文本分类☆43Updated last year
- 多标签文本分类☆53Updated 5 years ago
- 文本二分类任务,是否文档是否属于政治上的出访类事件,利用BERT提取特征,模型采用简单的DNN。☆61Updated 5 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆76Updated 5 years ago
- 基于pytorch+bilstm_crf的中文命名实体识别☆14Updated 2 years ago
- 基于ERNIE的中文NER☆35Updated 2 years ago
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆53Updated 4 years ago
- Named Entity Recognition (NER) with different combinations of BiGRU, Self-Attention and CRF☆61Updated 4 years ago
- Named Entity Recognition for Chinese Drug Instructions☆16Updated 3 years ago
- Pytorch Bert+BiLstm二分类☆39Updated 3 years ago
- 使用BERT-BiLSTM+CRF进行ner任务(pytorch_lightning版)☆43Updated 2 years ago
- 文本分类baseline:BERT、半监督学习UDA、对抗学习、数据增强☆101Updated 3 years ago