Joke generation with OpenAI's GPT2
This model uses Max Woolf's gpt-2-simple
The model was trained using short-jokes
This project was done in collaboration with Liam Greenlee for ECE 498 at the University of Maine`
To run the model simply clone the repository and run docker build .
The model can be run by importing the jokes python library in the docker container.
import jokes
Then run jokes.genjoke()
jokes.genjoke(prefix = "", temperature = .7, length = 80, truncate = True)