gpt2 topic
image-gpt
PyTorch Implementation of OpenAI's Image GPT
KorQuAD-Question-Generation
question generation model with KorQuAD dataset
GraphWaveletNeuralNetwork
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
bertviz
BertViz: Visualize Attention in NLP Models (BERT, GPT2, BART, etc.)
roberta_zh
RoBERTa中文预训练模型: RoBERTa for Chinese
TurboTransformers
a fast and user-friendly runtime for transformer inference (Bert, Albert, GPT2, Decoders, etc) on CPU and GPU.
tensorflow-ml-nlp-tf2
텐서플로2와 머신러닝으로 시작하는 자연어처리 (로지스틱회귀부터 BERT와 GPT3까지) 실습자료
bert_seq2seq
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。