This project demonstrates text generation using the GPT-2 transformer model. The model generates coherent and contextually relevant text based on a given input prompt.
Python GPT-2
- Install dependencies:
Ref: #1 Text Generation with GPT‑2 (Blog) https://machinelearningmastery.com/text-generation-with-gpt-2-model Ref: #2 Fine‑tuning GPT‑2 on Custom Dataset https://www.datacamp.com/tutorial/fine-tuning-large-language-models