Skip to content

edwhu/slack-gpt2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack GPT2

Just @ this bot and type in a message to get an output from GPT2 conditioned on the message.

Installation

First setup your slack integration and obtain the bot oauth token. Follow this tutorial to do it. Then paste the bot token into starterbot.py.

pip3 install -r requirements.txt
cd gpt2
pip3 install -r requirements.txt
python3 download_model.py 117M
cd ..
python3 starterbot.py

Thanks to these libraries for making it easy.

slack-starterbot

A simple Python-powered starter Slack bot. Read the tutorial for a full overview.

gpt-2

Code for the paper "Language Models are Unsupervised Multitask Learners"

About

OpenAI's GPT2 integrated with slack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%