Just @ this bot and type in a message to get an output from GPT2 conditioned on the message.
First setup your slack integration and obtain the bot oauth token. Then paste the bot token
into starterbot.py
.
conda create -n slackbot python=3.6
source activate slackbot
pip install -r requirements.txt
cd gpt2
pip install -r requirements.txt
python download_model.py 117M
cd ..
python starterbot.py
A simple Python-powered starter Slack bot. Read the tutorial for a full overview.
Code for the paper "Language Models are Unsupervised Multitask Learners"