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:
- NLP文本增强的两种方式:同义词替换(利用word2vec词表)和回译☆78Updated 4 years ago
- A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .☆216Updated 3 years ago
- 超轻量级bert的pytorch版本,大量中文注释,容易修改结构,持续更新☆418Updated 3 years ago
- SimCSE中文语义相似度对比学习模型☆89Updated 3 years ago
- 基于pytorch_bert的中文多标签分类☆91Updated 3 years ago
- pytorch实现Transformer,提供机器翻译案例和简单的翻译api接口(flask)。评分组件使用BLEU。☆86Updated 4 years ago
- 基于Hmm模型和Viterbi算法实现中文分词及词性标注,使用最大概率算法进行优化。人民日报语料:分词(F1:96.189%);词性标注(F1:97.934%)☆26Updated 2 years ago
- 零基础入门NLP - 新闻文本分类 正式赛第一名方案☆236Updated 5 years ago
- 多模型中文cnews新闻文本分类☆59Updated 5 years ago
- 基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等☆62Updated 2 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆160Updated 3 years ago
- Knowledge distillation in text classification with pytorch. 知识蒸馏,中文文本分类,教师模型BERT、XLNET,学生模型biLSTM。☆228Updated 3 years ago
- 关于机器学习,深度学习,自然语言处理等各种算法的实现、示例,与博客文章配套,论文复现等☆210Updated 3 years ago
- 基于pytorch+bert的中文文本分类☆90Updated 2 years ago
- 基于GOOGLE T5中文生成式模型的摘要生成/指代消解,支持batch批量生成,多进程