> For the complete documentation index, see [llms.txt](https://irosyadi.gitbook.io/irosyadi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irosyadi.gitbook.io/irosyadi/ai/gpt-2.md).

# GPT-2

## GPT-2

* [How to GPT-2](https://minimaxir.com/2019/09/howto-gpt2/)
* [GPT-2 Visual Explanation](https://jalammar.github.io/illustrated-gpt2/)
* [How To GPT-2 in your Computer](https://lambdalabs.com/blog/run-openais-new-gpt-2-text-generator-code-with-your-gpu/)
* [GPT-2 Twitter Bot](https://towardsdatascience.com/how-to-make-a-gpt2-twitter-bot-8669df60e60a)
* [GPT-2 Poetry](https://www.gwern.net/GPT-2)
* [GPT-2 Retraining](https://medium.com/@ngwaifoong92/beginners-guide-to-retrain-gpt-2-117m-to-generate-custom-text-content-8bb5363d8b7f)
* [GPT-2 Python](https://www.analyticsvidhya.com/blog/2019/07/openai-gpt2-text-generator-python/)
* [GPT-2 on Colab](https://colab.research.google.com/github/ilopezfr/gpt-2/blob/master/gpt-2-playground_.ipynb) and [this](https://colab.research.google.com/drive/1VLG8e7YSEwypxU-noRNhsv5dW4NfTGce)
* [GPT-2 Text Generation](https://www.extremetech.com/computing/293785-create-your-own-state-of-the-art-text-generation-system)
* [GPT-2 for Non English Text](https://github.com/huggingface/transformers/issues/1407) or [this](https://github.com/huggingface/transformers/issues/1356)
* [GPT-2 for Russian](https://github.com/mgrankin/ru_transformers) or [this](https://github.com/huggingface/transformers/issues/1560)
* [GPT-2 for Portuguese](https://medium.com/@pierre_guillou/faster-than-training-from-scratch-fine-tuning-the-english-gpt-2-in-any-language-with-hugging-f2ec05c98787)
* [GPT-2 for Esperanto](https://huggingface.co/blog/how-to-train)
* [GPT-2 for French](https://medium.com/@timohear/retraining-gpt-2-to-write-love-letters-in-french-92ae938bc452)
* [GPT AI Free Pretrained Models](https://www.booste.io/pretrained-models)
* [Free GPT 2 Pretrained in C](https://bellard.org/nncp/gpt2tc.html)
