1 min readJul 25, 2020
- Official GPT2 Blog from OpenAI: https://openai.com/blog/better-language-models/. This contains the basic concepts of GPT-2.
- My article teaches you how to fine-tune GPT-2 on your own custom dataset. This other article I found: https://minimaxir.com/2019/09/howto-gpt2/, also teaches you how to fine-tune GPT-2 but uses Tensorflow.