shouxieai / A-series-of-NLPLinks
☆163Updated 2 years ago
Alternatives and similar repositories for A-series-of-NLP
Users that are interested in A-series-of-NLP are comparing it to the libraries listed below
Sorting:
- 中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!☆404Updated 2 years ago
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆583Updated 2 years ago
- ☆147Updated last year
- 使用Pytorch框架对NLP方向上的文本分类、实体识别、三元组抽取做代码实战☆198Updated last year
- 基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)☆198Updated last year
- nlp-bilstm+crf-ner☆48Updated 3 years ago
- NLP的各种小项目练手☆150Updated 4 years ago
- 中文信息抽取,包含实体抽取、关系抽取、事件抽取☆256Updated 2 years ago
- 基于pytorch的中文三元组提取(命名实体识别+关系抽取)☆363Updated 2 years ago
- 使用多种方法做中文命名实体识别(NER),代码包含详细注释☆50Updated 2 years ago
- NLP实战项目☆105Updated 2 years ago
- 使用BERT-BILSTM-CRF进行中文命名实体识别。☆471Updated 10 months ago
- All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)☆293Updated this week
- 多标签文本分类,多标签分类,文本分类, multi-label, classifier, text classification, BERT, seq2seq,attention, multi-label-classification☆797Updated 11 months ago
- 中文命名实体识别☆48Updated 3 years ago
- Using BERT+Bi-LSTM+CRF☆142Updated 3 years ago
- A PyTorch implementation of a BiLSTM\BERT\Roberta(+CRF) model for Named Entity Recognition.☆511Updated 4 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆161Updated 3 years ago
- An implementation of the BERT model and its related downstream tasks based on the PyTorch framework. @月来客栈☆607Updated 3 months ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆124Updated 5 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆108Updated 2 years ago
- 基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。☆431Updated 11 months ago
- Bert源码阅读与讲解(Pytorch版本)-以BERT文本分类代码为例子☆661Updated 3 years ago
- THUCNews中文文本分类数据集,该数据集包含84万篇新闻文档,总计14类;在该模型的基础上测试多个版本bert分类效果。☆67Updated 4 years ago
- 基于pytorch的GlobalPointer进行三元组抽取。☆84Updated 2 years ago
- 零基础入门NLP - 新闻文本分类 正式赛第一名方案☆236Updated 5 years ago
- 基于BERT+BiLSTM+CRF实现中文命名实体识别☆147Updated 5 years ago
- 利用指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。☆128Updated 2 years ago
- 实体关系抽取pipline方式,使用了BiLSTM+CRF+BERT☆154Updated last year
- 使用bert进行关系三元组抽取。☆180Updated last year