openai / gpt-2-output-dataset

Dataset of GPT-2 outputs for research in detection, biases, and more
MIT License
1.93k stars 548 forks source link

Quickstart guide? #10

Closed connecteev closed 4 years ago

connecteev commented 4 years ago

I'd love to start using OpenAI's datasets and packages..in particular this one for text generation. Sorry for the 'basic' question but is there a beginner's tutorial for getting started somewhere? Perhaps a detailed installation guide?

jongwook commented 4 years ago

I'd suggest starting with the Huggingface Transformer interface which has very clean API and is much more beginner friendly.