taishan1994 / tensorflow-text-classificationLinks
基于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
Sorting:
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆123Updated 5 years ago
- 利用bert预训练模型生成句向量或词向量☆27Updated 4 years ago
- 使用pytorch搭建textCNN实现中文文本分类☆131Updated 6 years ago
- 多标签多分类的textCNN☆12Updated 5 years ago
- 细粒度中文命名实体识别数据集处理,将json数据处理成BIOES标注的数据。CLUENER dataset pretreatment☆11Updated 5 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- 利用bert和textcnn解决多标签文本分类的demo。☆33Updated 2 years ago
- Sentiment Analysis-Pytorch(情感分析的Pytorch实现)☆67Updated 5 years ago
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆67Updated 4 years ago
- Pytorch Bert+BiLstm二分类☆41Updated 4 years ago
- 多标签文本分类☆53Updated 6 years ago
- 基于CNN、RNN、GCN、BERT的中文文本分类☆43Updated 2 years ago
- smp ewect code☆77Updated 4 years ago
- PyTorch使用BERT进行英语多标签文本分类☆34Updated 3 years ago
- 知识图谱三元组抽取(实体-关系-实体,实体-属性-属性值)☆106Updated 4 years ago
- 基于pytorch+bert的中文关系抽取☆30Updated 3 years ago
- pytorch实现 基于Bert+BiLSTM+CRF的中文命名实体识别☆44Updated 4 years ago
- 关系抽取 calrel pytorch☆42Updated 3 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-…☆47Updated 4 years ago
- 文本聚类(Kmeans、DBSCAN、LDA、Single-pass)☆346Updated 4 years ago
- nlp-bilstm+crf-ner☆48Updated 3 years ago
- 基于Pytorch的BERT-IDCNN-BILSTM-CRF中文实体识别实现☆92Updated 2 years ago
- SMP 2020年微博情感分类评测任务 第六名解决方案☆69Updated 2 years ago
- Python实现中文文本关键词抽取,分别用了TF-IDF、LDA、RNN、LSTM和LR-SGD两类共五种方法,全网最全没有之一。☆33Updated 4 years ago
- 中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦 。☆293Updated 5 years ago
- ☆34Updated 5 years ago
- 基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等☆61Updated 2 years ago
- 中文信息抽取,包含实体抽取、关系抽取、事件抽取☆248Updated last year
- 自然语言处理中的基础任务,包含但不限于文本表示,文本分类,命名实体识别,关系抽取,文本生成,文本摘要等,基于tensorflow2或Pytorch,所有代码均经过测试,项目中也包含相关数据。☆143Updated 2 years ago
- Python实现中文文本关键词抽取,分别用了TF-IDF、LDA、RNN、LSTM和LR-SGD两类共五种方法,全网最全没有之一。☆61Updated 4 years ago