this is a project to create language models for Ethiopian languages
# fine-tuning-GPT2
This repo contains the code for the Medium Article: Fine-tuning GPT2 for Text Generation Using Pytorch.
The `run_language_modeling.py` and `run_generation.py` are originally from Huggingface with tiny modifications.