To install all the required dependencies, run
pip install -r requirements.txt
To download the data and parse it into one text file, run:
chmod +x run.sh
./run.sh download data
cd .. # move to toaster-lm
./run.sh parse_stories
Then just run cells in main.ipynb.
To learn more about the used architecture and its particular qualities, read the report