/Ghost

Lil BERT will help you rap!

Primary LanguagePython

Ghost

Lil BERT will be your Ghost Writer:

I'm planning on fine tuning BERT on rap lyrics and calling it Lil BERT. The idea is to make an interactive, mad-lib style poetry generator where the user "asks" for words with [MASK] tokens.

Dataset:

Using 1362 Hip Hop artists metioned on Wikipedia (accessed on 2019-05-22), the lyrics were scraped from Genius. Checkout the Dataset Datasheet for more detailed information.

Extra Links:

Compute Env:

CPU Env:

conda env create .
. activate GG
ipython kernel install --user --name=GG
python -m spacy download "en"