# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/ai/gpt-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
