920232796 / bert_seq2seq

pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
Apache License 2.0
1.28k stars 208 forks source link

增加了对paddle模型的支持 #51

Closed Zhiyuan-Fan closed 2 years ago

Zhiyuan-Fan commented 2 years ago

增加了对paddle模型的支持;增加了paddlenlp模型;