tkocmathla / demotivational-bot

Demotivational Bot is a GPT-2 model fine-tuned to generate demotivational poster quotes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demotivational Bot

Demotivational Bot is a GPT-2 model fine-tuned to generate demotivational poster quotes.

Usage

Activate the pipenv environment to install dependencies.

$ cd bot
$ pipenv install
$ pipenv shell

Fine tuning

Use the script from gpt-2-simple to fine-tune the model on titles and quotes from the demotivational posters on despair.com.

$ gpt_2_simple --model_name 345M --steps 50 finetune ../demotivational_posters.txt

Generating quotes

$ python src/bot.py generate --input-file ../demotivational_posters.txt --nsamples 25 --temperature 0.7 --k 20 --prefix Innovation

About

Demotivational Bot is a GPT-2 model fine-tuned to generate demotivational poster quotes


Languages

Language:Python 63.5%Language:Clojure 36.5%