All Projects → lynnna-xu → text-generation-transformer

lynnna-xu / text-generation-transformer

Licence: other
text generation based on transformer

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to text-generation-transformer

Sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on Apache MXNet
Stars: ✭ 990 (+2650%)
Mutual labels:  transformer, sequence-to-sequence, encoder-decoder
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+9394.44%)
Mutual labels:  transformer, sequence-to-sequence, encoder-decoder
Textbox
TextBox is an open-source library for building text generation system.
Stars: ✭ 257 (+613.89%)
Mutual labels:  text-generation, sequence-to-sequence, encoder-decoder
Tianchi2020ChineseMedicineQuestionGeneration
2020 阿里云天池大数据竞赛-中医药文献问题生成挑战赛
Stars: ✭ 20 (-44.44%)
Mutual labels:  sequence-to-sequence, bert
COVID-19-Tweet-Classification-using-Roberta-and-Bert-Simple-Transformers
Rank 1 / 216
Stars: ✭ 24 (-33.33%)
Mutual labels:  transformer, bert
PDN
The official PyTorch implementation of "Pathfinder Discovery Networks for Neural Message Passing" (WebConf '21)
Stars: ✭ 44 (+22.22%)
Mutual labels:  transformer, bert
NLP-paper
🎨 🎨NLP 自然语言处理教程 🎨🎨 https://dataxujing.github.io/NLP-paper/
Stars: ✭ 23 (-36.11%)
Mutual labels:  transformer, bert
Embedding
Embedding模型代码和学习笔记总结
Stars: ✭ 25 (-30.56%)
Mutual labels:  transformer, encoder-decoder
transformer-models
Deep Learning Transformer models in MATLAB
Stars: ✭ 90 (+150%)
Mutual labels:  transformer, bert
Filipino-Text-Benchmarks
Open-source benchmark datasets and pretrained transformer models in the Filipino language.
Stars: ✭ 22 (-38.89%)
Mutual labels:  transformer, bert
amrlib
A python library that makes AMR parsing, generation and visualization simple.
Stars: ✭ 107 (+197.22%)
Mutual labels:  text-generation, transformer
berserker
Berserker - BERt chineSE woRd toKenizER
Stars: ✭ 17 (-52.78%)
Mutual labels:  sequence-to-sequence, bert
Transformer-Transducer
PyTorch implementation of "Transformer Transducer: A Streamable Speech Recognition Model with Transformer Encoders and RNN-T Loss" (ICASSP 2020)
Stars: ✭ 61 (+69.44%)
Mutual labels:  transformer, sequence-to-sequence
Xpersona
XPersona: Evaluating Multilingual Personalized Chatbot
Stars: ✭ 54 (+50%)
Mutual labels:  transformer, bert
Kevinpro-NLP-demo
All NLP you Need Here. 个人实现了一些好玩的NLP demo,目前包含13个NLP应用的pytorch实现
Stars: ✭ 117 (+225%)
Mutual labels:  transformer, bert
golgotha
Contextualised Embeddings and Language Modelling using BERT and Friends using R
Stars: ✭ 39 (+8.33%)
Mutual labels:  transformer, bert
pytorch-transformer-chatbot
PyTorch v1.2에서 생긴 Transformer API 를 이용한 간단한 Chitchat 챗봇
Stars: ✭ 44 (+22.22%)
Mutual labels:  text-generation, transformer
dhs summit 2019 image captioning
Image captioning using attention models
Stars: ✭ 34 (-5.56%)
Mutual labels:  sequence-to-sequence, encoder-decoder
are-16-heads-really-better-than-1
Code for the paper "Are Sixteen Heads Really Better than One?"
Stars: ✭ 128 (+255.56%)
Mutual labels:  transformer, bert
KitanaQA
KitanaQA: Adversarial training and data augmentation for neural question-answering models
Stars: ✭ 58 (+61.11%)
Mutual labels:  transformer, bert

text-generation-transformer

text generation based on transformer

Tokenize

Tokenizer is based on pytorch-pretrained-BERT

Bert pretraining model will probably be integrated into the model soon if better result is achieved.

Specify path to input data

See Data Loading / fashion data module

For details please refer to torchtext.data.TabularDataset

Online prediction

See Inference: one example prediction module

This code is heavily borrowed from The Annotated Transformer

Thanks for the great work!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].