Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 499 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 499 Bytes

text generation experiments

for NaNoGenMo 2020
https://github.com/NaNoGenMo/2020

install:

pip install -r requirements.txt

if you have problems with textgenrnn library, you should git clone repository inside project and run setup.py

Run:

run train_model.py for train your own model (-h for help)

run generate.py for inference a list of poems with arbitrary length
(you could vary both the length of poems and overal length of generated text)