openai gpt-2
21/03/2019
Another openai project I’ve been playing with is gpt-2: Code for the paper “Language Models are Unsupervised Multitask Learners” Synopsis, you give the bot a text extract and it responds π I’ve been through the process of creating a local Docker and running this script, I’m far from understanding the complexities bit here is a demo: python3 src/interactive_conditional_samples.py –top_k 40 Model prompt >>> I’ve been through the process of creating…