lrs1353281004 / seq2seq_transformers_text_generationLinks
seq_2_seq text generation based on transformers
☆22Updated 4 years ago
Alternatives and similar repositories for seq2seq_transformers_text_generation
Users that are interested in seq2seq_transformers_text_generation are comparing it to the libraries listed below
Sorting:
- A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .☆213Updated 3 years ago
- 超轻量级bert的pytorch版本,大量中文注释,容易修改结构,持续更新☆417Updated 3 years ago
- The repository is used to record some useful and reusable codes.☆46Updated 5 years ago
- bert_seq2seq的DDP版本,支持bert、roberta、nezha、t5、gpt2等模型,支持seq2seq、ner、关系抽取等任务,无需添加额外代码,轻松启动DDP多卡训练。☆53Updated 3 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆160Updated 3 years ago
- CWS中文分词 HMM BiLSTM+CRF pytorch 细致实现☆48Updated 4 years ago
- 零基础入门NLP - 新闻文本分类 正式赛第一名方案☆236Updated 5 years ago
- NLP文本增强的两种方式:同义词替换(利用word2vec词表)和回译☆77Updated 4 years ago
- 基于pytorch_bert的中文多标签分类☆91Updated 3 years ago
- NLP常见任务实现(pytorch版)☆127Updated 5 years ago
- ☆163Updated 2 years ago
- 多模型中文cnews新闻文本分类☆59Updated 5 years ago
- SimCSE中文语义相似度对比学习模型☆89Updated 3 years ago
- All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)☆291Updated this week
- 基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等☆62Updated 2 years ago
- An implementation of the BERT model and its related downstream tasks based on the PyTorch framework. @月来客栈☆607Updated 2 months ago
- ☆419Updated last year
- Bert源码阅读与讲解(Pytorch版本)-以BERT文本分类代码为例子☆656Updated 3 years ago
- 基于Pytorch的文本分类框架,支持TextCNN、Bert、Electra等。☆64Updated 2 years ago
- 自然语言处理NLP(自然语言生成NLG、自然语言理解NLU)、自然语言学术会议大盘点、自然语言大佬介绍、NLP研究机构、NLP资料分享、NLP学习资源分享、NLP学术论文介绍☆185Updated 7 months ago
- 使用transformer架构实现简单的英语翻译中文模型☆95Updated 5 years ago
- Knowledge distillation in text classification with pytorch. 知识蒸馏,中文文本分类,教师模型BERT、XLNET,学生模型biLSTM。☆228Updated 3 years ago
- 基于GOOGLE T5中文生成式模型的摘要生成/指代消解,支持batch批量生成,多进程☆227Updated last year
- 中文文本分类,Bert,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。☆33Updated 3 years ago
- 文本相似度(匹配)计算,提供Baseline、训练、推理、指标分析...代码包含TensorFlow/Pytorch双版本☆179Updated 3 years ago
- A Transformer Framework Based Translation Task☆155Updated 4 months ago
- ☆19Updated 5 years ago
- 使用pytorch搭建textCNN实现中文文本分类☆132Updated 6 years ago
- 基于Hmm模型和Viterbi算法实现中文分词及词性标注,使用最大概率算法进行优化。人民日报语料:分词(F1:96.189%);词性标注(F1:97.934%)☆26Updated 2 years ago
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题☆132Updated 4 years ago