├── LICENSE ├── NLP_LM_Finetuning.ipynb ├── README.md ├── app.py ├── bert_left_to_right_generation.gif ├── bert_random_generation.gif ├── bert_speaks_demo.gif ├── index.html └── writing_with_bert.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakhar21/Writing-with-BERT/HEAD/LICENSE -------------------------------------------------------------------------------- /NLP_LM_Finetuning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakhar21/Writing-with-BERT/HEAD/NLP_LM_Finetuning.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakhar21/Writing-with-BERT/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakhar21/Writing-with-BERT/HEAD/app.py -------------------------------------------------------------------------------- /bert_left_to_right_generation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakhar21/Writing-with-BERT/HEAD/bert_left_to_right_generation.gif -------------------------------------------------------------------------------- /bert_random_generation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakhar21/Writing-with-BERT/HEAD/bert_random_generation.gif -------------------------------------------------------------------------------- /bert_speaks_demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakhar21/Writing-with-BERT/HEAD/bert_speaks_demo.gif -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakhar21/Writing-with-BERT/HEAD/index.html -------------------------------------------------------------------------------- /writing_with_bert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakhar21/Writing-with-BERT/HEAD/writing_with_bert.png --------------------------------------------------------------------------------