Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 420 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 420 Bytes

BERT Generative Text

Experiments using BERT for text generation

Google's Bidirectional Encoder Representations from Transformers (BERT) has been hailed as a milestone in Machine Learning NLP. The notebooks in this repo experiment with BERT's capabilities, particularly in a text generative context.

To install:

pip install -r requirements.txt
jupyter notebook

Then follow the notebooks in your browser.